Don't use 'using std::error_code' in include/llvm.
[oota-llvm.git] / tools / llvm-mc / llvm-mc.cpp
index e5d38d2e27da0edc54bf4a78feceae5f5ac36304..24a2d6f208ee40871991be04a53606bc59192293 100644 (file)
@@ -40,6 +40,7 @@
 #include "llvm/Support/TargetSelect.h"
 #include "llvm/Support/ToolOutputFile.h"
 using namespace llvm;
+using std::error_code;
 
 static cl::opt<std::string>
 InputFilename(cl::Positional, cl::desc("<input file>"), cl::init("-"));