Don't use 'using std::error_code' in include/llvm.
[oota-llvm.git] / lib / Support / FileUtilities.cpp
index 68953d347fe06567ff198e4514507924ba715c73..729e44789cdf5b4d1e0fa87766cecf024fe4d02e 100644 (file)
@@ -22,6 +22,7 @@
 #include <cstring>
 #include <system_error>
 using namespace llvm;
+using std::error_code;
 
 static bool isSignedChar(char C) {
   return (C == '+' || C == '-');