From: NAKAMURA Takumi Date: Fri, 21 Dec 2012 00:21:02 +0000 (+0000) Subject: EditedSource.cpp: Appease msvc, to add . X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f50b8f0a8ea2a6537c112390bc4054eba390326b;p=clang EditedSource.cpp: Appease msvc, to add . 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 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 using namespace clang; using namespace edit;