summaryrefslogtreecommitdiffstats
path: root/lib/Lex/HeaderMap.cpp
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2010-12-19 20:49:25 +0000
committerNick Lewycky <nicholas@mxc.ca>2010-12-19 20:49:25 +0000
commit403ba3522d1b1c97ae5fad81c1a2c4b3a754e1c1 (patch)
treea409013f45e3c1550d6af96c0e4c4f3db8ff7a0f /lib/Lex/HeaderMap.cpp
parent276fdf408050d205f3a7f34c1e788224a67d2098 (diff)
Add missing standard includes. Patch by Joerg Sonnenberger!
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122194 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Lex/HeaderMap.cpp')
-rw-r--r--lib/Lex/HeaderMap.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Lex/HeaderMap.cpp b/lib/Lex/HeaderMap.cpp
index be3f701921..e424f91655 100644
--- a/lib/Lex/HeaderMap.cpp
+++ b/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;