aboutsummaryrefslogtreecommitdiff
path: root/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
commitf50b8f0a8ea2a6537c112390bc4054eba390326b (patch)
tree7f6c38178f09582b354c7e8ef4cb2af6d09fb16e /lib/Edit/EditedSource.cpp
parentf3a1ff32d8d41a849504430f0431297651ac4d0d (diff)
EditedSource.cpp: Appease msvc, to add <cctype>.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170817 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Edit/EditedSource.cpp')
-rw-r--r--lib/Edit/EditedSource.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Edit/EditedSource.cpp b/lib/Edit/EditedSource.cpp
index 139a01fea8..4b7af242fe 100644
--- a/lib/Edit/EditedSource.cpp
+++ b/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;