Don't use 'using std::error_code' in include/llvm.
[oota-llvm.git] / tools / bugpoint / Miscompilation.cpp
index f5936ac88ea5e20fffaad3fe67e81ab30a3f7c50..5143fa1f0372fca03f9530fd66d89739e66c7f6d 100644 (file)
@@ -27,6 +27,7 @@
 #include "llvm/Support/FileUtilities.h"
 #include "llvm/Transforms/Utils/Cloning.h"
 using namespace llvm;
+using std::error_code;
 
 namespace llvm {
   extern cl::opt<std::string> OutputPrefix;