]> granicus.if.org Git - clang/commitdiff
Unbreak the MSVC build, using namespace clang is required otherwise MSVC will not...
authorFrancois Pichet <pichet2000@gmail.com>
Sat, 23 Jul 2011 11:36:43 +0000 (11:36 +0000)
committerFrancois Pichet <pichet2000@gmail.com>
Sat, 23 Jul 2011 11:36:43 +0000 (11:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@135853 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Driver/Compilation.cpp

index df07f783b260d90c1415e2a7236922959ccee656..47ac1756c81ee6913bb69a956c3dd10c376c98bb 100644 (file)
@@ -20,7 +20,9 @@
 #include "llvm/Support/Program.h"
 #include <sys/stat.h>
 #include <errno.h>
+
 using namespace clang::driver;
+using namespace clang;
 
 Compilation::Compilation(const Driver &D, const ToolChain &_DefaultToolChain,
                          InputArgList *_Args, DerivedArgList *_TranslatedArgs)