Add a missing <cctype> include, from Joerg Sonnenberger!

llvm-svn: 123670
This commit is contained in:
Douglas Gregor 2011-01-17 19:17:01 +00:00
parent 45e84b0053
commit 69e6206b19
1 changed files with 1 additions and 0 deletions

View 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.