From 92b369928b8e9ad156fb6eec2bf9f21d657bd69b Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 26 Mar 2009 05:56:24 +0000 Subject: [PATCH] hopefully fix VC++ build error. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67741 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Driver/Driver.cpp | 1 + 1 file changed, 1 insertion(+) 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, -- 2.50.1