Don't use 'using std::error_code' in include/llvm.
[oota-llvm.git] / tools / llvm-objdump / llvm-objdump.cpp
index 974a83721e5dded7c5cc0071be626819faa82cb9..254c802aec458d0f66e46d46ab24a9539552f2e5 100644 (file)
@@ -64,6 +64,7 @@
 
 using namespace llvm;
 using namespace object;
+using std::error_code;
 
 static cl::list<std::string>
 InputFilenames(cl::Positional, cl::desc("<input object files>"),cl::ZeroOrMore);