From: Chris Lattner Date: Thu, 26 Mar 2009 05:56:24 +0000 (+0000) Subject: hopefully fix VC++ build error. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=92b369928b8e9ad156fb6eec2bf9f21d657bd69b;p=clang hopefully fix VC++ build error. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67741 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Driver/Driver.cpp b/lib/Driver/Driver.cpp index 85d76c8c20..dc303ad049 100644 --- a/lib/Driver/Driver.cpp +++ b/lib/Driver/Driver.cpp @@ -33,6 +33,7 @@ #include using namespace clang::driver; +using namespace clang; Driver::Driver(const char *_Name, const char *_Dir, const char *_DefaultHostTriple,