Don't use 'using std::error_code' in include/llvm.
[oota-llvm.git] / utils / FileUpdate / FileUpdate.cpp
index 9e494bfca6f2c4f2f1f85d664a65cb384c9af2f8..2bf5e067a4e9170539c2a95b9a4032a24db16549 100644 (file)
@@ -21,6 +21,7 @@
 #include "llvm/Support/ToolOutputFile.h"
 #include <system_error>
 using namespace llvm;
+using std::error_code;
 
 static cl::opt<bool>
 Quiet("quiet", cl::desc("Don't print unnecessary status information"),