commit | 78cab947cf8f81fc3cadbedd90c20fbe6e5eb1ee | [log] [tgz] |
---|---|---|
author | Joerg Sonnenberger <joerg@bec.de> | Fri Aug 10 10:53:56 2012 +0000 |
committer | Joerg Sonnenberger <joerg@bec.de> | Fri Aug 10 10:53:56 2012 +0000 |
tree | 34ae42a2b7c4849c1863f8e7d197c95f9395edf1 | |
parent | 3eeba88631db6da7d45df67f677556297bd93f75 [diff] |
Add some missing includes for the build against stdcxx. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161657 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/utils/TableGen/StringToOffsetTable.h b/utils/TableGen/StringToOffsetTable.h index 803f5bd..a098d7d 100644 --- a/utils/TableGen/StringToOffsetTable.h +++ b/utils/TableGen/StringToOffsetTable.h
@@ -14,6 +14,7 @@ #include "llvm/ADT/StringMap.h" #include "llvm/ADT/StringExtras.h" #include "llvm/Support/raw_ostream.h" +#include <cctype> namespace llvm {