aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/Driver.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-03-26 05:56:24 +0000
committerChris Lattner <sabre@nondot.org>2009-03-26 05:56:24 +0000
commit92b369928b8e9ad156fb6eec2bf9f21d657bd69b (patch)
tree4d161bd1345a5462d9776b4339eef3b49bef7082 /lib/Driver/Driver.cpp
parentbd3606426d389370616126af969904ec493cb105 (diff)
hopefully fix VC++ build error.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67741 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Driver/Driver.cpp')
-rw-r--r--lib/Driver/Driver.cpp1
1 files changed, 1 insertions, 0 deletions
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 <map>
using namespace clang::driver;
+using namespace clang;
Driver::Driver(const char *_Name, const char *_Dir,
const char *_DefaultHostTriple,