forked from OSchip/llvm-project
Add a missing <cctype> include, from Joerg Sonnenberger!
llvm-svn: 123670
This commit is contained in:
parent
45e84b0053
commit
69e6206b19
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue