diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2010-12-19 20:49:25 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2010-12-19 20:49:25 +0000 |
commit | 2e998b7a6e27b89f2ef3cc59d1a47b548607e57d (patch) | |
tree | 46cd16cf8fb41dc072bfc3b5166d233ddd1ee18a /clang/lib/Lex/HeaderMap.cpp | |
parent | 0de20af7bab509c0fb636f9dcddb53c820dc681d (diff) | |
download | bcm5719-llvm-2e998b7a6e27b89f2ef3cc59d1a47b548607e57d.tar.gz bcm5719-llvm-2e998b7a6e27b89f2ef3cc59d1a47b548607e57d.zip |
Add missing standard includes. Patch by Joerg Sonnenberger!
llvm-svn: 122194
Diffstat (limited to 'clang/lib/Lex/HeaderMap.cpp')
-rw-r--r-- | clang/lib/Lex/HeaderMap.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/Lex/HeaderMap.cpp b/clang/lib/Lex/HeaderMap.cpp index be3f7019212..e424f916551 100644 --- a/clang/lib/Lex/HeaderMap.cpp +++ b/clang/lib/Lex/HeaderMap.cpp @@ -18,6 +18,7 @@ #include "llvm/Support/DataTypes.h" #include "llvm/Support/MathExtras.h" #include "llvm/Support/MemoryBuffer.h" +#include <cctype> #include <cstdio> using namespace clang; |