aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Edit/EditedSource.cpp
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-12-21 00:21:02 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-12-21 00:21:02 +0000
commitf115642b614e785023b332d11c0250f81ae650bd (patch)
tree102a301cf44aca6125616987c23147a83766b582 /clang/lib/Edit/EditedSource.cpp
parent35915c64592c100f4c0962a28ab564a54f0cd77e (diff)
downloadllvm-f115642b614e785023b332d11c0250f81ae650bd.zip
llvm-f115642b614e785023b332d11c0250f81ae650bd.tar.gz
llvm-f115642b614e785023b332d11c0250f81ae650bd.tar.bz2
EditedSource.cpp: Appease msvc, to add <cctype>.
llvm-svn: 170817
Diffstat (limited to 'clang/lib/Edit/EditedSource.cpp')
-rw-r--r--clang/lib/Edit/EditedSource.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/Edit/EditedSource.cpp b/clang/lib/Edit/EditedSource.cpp
index 139a01f..4b7af24 100644
--- a/clang/lib/Edit/EditedSource.cpp
+++ b/clang/lib/Edit/EditedSource.cpp
@@ -14,6 +14,7 @@
#include "clang/Lex/Lexer.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/Twine.h"
+#include <cctype>
using namespace clang;
using namespace edit;