Don't use 'using std::error_code' in include/llvm.
[oota-llvm.git] / utils / FileCheck / FileCheck.cpp
index a5ec07f9550d66e2fe429d21df1940520faef807..190a2ad52d9f7049f2ea1450a830d6c28b741cb2 100644 (file)
@@ -34,6 +34,7 @@
 #include <system_error>
 #include <vector>
 using namespace llvm;
+using std::error_code;
 
 static cl::opt<std::string>
 CheckFilename(cl::Positional, cl::desc("<check-file>"), cl::Required);