commit | 2e998b7a6e27b89f2ef3cc59d1a47b548607e57d | [log] [tgz] |
---|---|---|
author | Nick Lewycky <nicholas@mxc.ca> | Sun Dec 19 20:49:25 2010 +0000 |
committer | Nick Lewycky <nicholas@mxc.ca> | Sun Dec 19 20:49:25 2010 +0000 |
tree | 46cd16cf8fb41dc072bfc3b5166d233ddd1ee18a | |
parent | 0de20af7bab509c0fb636f9dcddb53c820dc681d [diff] [blame] |
Add missing standard includes. Patch by Joerg Sonnenberger! llvm-svn: 122194
diff --git a/clang/lib/Lex/HeaderMap.cpp b/clang/lib/Lex/HeaderMap.cpp index be3f701..e424f91 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;