diff options
| author | Joerg Sonnenberger <joerg@bec.de> | 2012-08-10 10:58:18 +0000 |
|---|---|---|
| committer | Joerg Sonnenberger <joerg@bec.de> | 2012-08-10 10:58:18 +0000 |
| commit | 42cf26883e2ec11d5e3d5ac5016e4f8e4861c92e (patch) | |
| tree | 13c83ee97fb593e37f852e1f43db07d9de404055 /clang/utils | |
| parent | 8c02a241f4205f2b82e6981af26ac887e9073c08 (diff) | |
| download | bcm5719-llvm-42cf26883e2ec11d5e3d5ac5016e4f8e4861c92e.tar.gz bcm5719-llvm-42cf26883e2ec11d5e3d5ac5016e4f8e4861c92e.zip | |
Add missing cctype includes.
llvm-svn: 161660
Diffstat (limited to 'clang/utils')
| -rw-r--r-- | clang/utils/TableGen/ClangDiagnosticsEmitter.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/utils/TableGen/ClangDiagnosticsEmitter.cpp b/clang/utils/TableGen/ClangDiagnosticsEmitter.cpp index e503cb587d9..8e7f454aacf 100644 --- a/clang/utils/TableGen/ClangDiagnosticsEmitter.cpp +++ b/clang/utils/TableGen/ClangDiagnosticsEmitter.cpp @@ -21,6 +21,7 @@ #include "llvm/TableGen/Record.h" #include "llvm/TableGen/TableGenBackend.h" #include <algorithm> +#include <cctype> #include <functional> #include <map> #include <set> |

