Add a missing <cctype> include, from Joerg Sonnenberger!
authorDouglas Gregor <dgregor@apple.com>
Mon, 17 Jan 2011 19:17:01 +0000 (19:17 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 17 Jan 2011 19:17:01 +0000 (19:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123670 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/InstPrinter/X86IntelInstPrinter.cpp

index a553a7c19a057aea506aebc09d6b5541fdc85245..048452985089d10ffcd41d1a5d352b555e94cc32 100644 (file)
@@ -21,6 +21,7 @@
 #include "llvm/Support/ErrorHandling.h"
 #include "llvm/Support/FormattedStream.h"
 #include "X86GenInstrNames.inc"
+#include <cctype>
 using namespace llvm;
 
 // Include the auto-generated portion of the assembly writer.