commit | f50b8f0a8ea2a6537c112390bc4054eba390326b | [log] [tgz] |
---|---|---|
author | NAKAMURA Takumi <geek4civic@gmail.com> | Fri Dec 21 00:21:02 2012 +0000 |
committer | NAKAMURA Takumi <geek4civic@gmail.com> | Fri Dec 21 00:21:02 2012 +0000 |
tree | 7f6c38178f09582b354c7e8ef4cb2af6d09fb16e | |
parent | f3a1ff32d8d41a849504430f0431297651ac4d0d [diff] [blame] |
EditedSource.cpp: Appease msvc, to add <cctype>. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170817 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Edit/EditedSource.cpp b/lib/Edit/EditedSource.cpp index 139a01f..4b7af24 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;