Add missing #include's to cctype when using isdigit/alpha/etc.

llvm-svn: 192519
This commit is contained in:
Will Dietz
2013-10-12 00:55:57 +00:00
parent 05d7084ce9
commit 981af0021b
22 changed files with 23 additions and 0 deletions

View File

@@ -18,6 +18,7 @@
#include "llvm/ADT/Triple.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"
#include <cctype>
using namespace llvm;
using namespace object;