Don't use 'using std::error_code' in include/llvm.
[oota-llvm.git] / lib / Support / Path.cpp
index dabf763c8dbf637a9053614e1354330e9befc1eb..13e3a8ad02f3af7a3368e32fde6834ed181d4110 100644 (file)
@@ -28,6 +28,7 @@
 #endif
 
 using namespace llvm;
+using std::error_code;
 
 namespace {
   using llvm::StringRef;