]> granicus.if.org Git - clang/commitdiff
EditedSource.cpp: Appease msvc, to add <cctype>.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 21 Dec 2012 00:21:02 +0000 (00:21 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 21 Dec 2012 00:21:02 +0000 (00:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170817 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Edit/EditedSource.cpp

index 139a01fea8e552c47317852b20c11bb689ad0c60..4b7af242fe99dba2c6386a4f3304aa8bb4ae3869 100644 (file)
@@ -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;