Add missing #include's to cctype when using isdigit/alpha/etc.
llvm-svn: 192519
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user