Don't use 'using std::error_code' in include/llvm.
[oota-llvm.git] / tools / bugpoint / ToolRunner.cpp
index c481b03e2b9ec82eb5168de35b827adf53b389f5..ec120bb0b2fb8113d8e4d13f3342fcc2a72ecf49 100644 (file)
@@ -22,6 +22,7 @@
 #include <fstream>
 #include <sstream>
 using namespace llvm;
+using std::error_code;
 
 #define DEBUG_TYPE "toolrunner"