Don't use 'using std::error_code' in include/llvm.
[oota-llvm.git] / tools / llvm-ar / llvm-ar.cpp
index 47e8d8de16edd476599c09f025ed798654ffc97b..d0d4f1477da06fc6ab0449edbbba9ed0e9a9d1d7 100644 (file)
@@ -36,6 +36,7 @@
 #endif
 
 using namespace llvm;
+using std::error_code;
 
 // The name this program was invoked as.
 static StringRef ToolName;