Don't use 'using std::error_code' in include/llvm.
[oota-llvm.git] / tools / macho-dump / macho-dump.cpp
index e7575f0056f0ed2bef16d1872519d081ccb36d26..13e8a4b80ca98933ada125d958bbaee34eaf3548 100644 (file)
@@ -23,6 +23,7 @@
 #include <system_error>
 using namespace llvm;
 using namespace llvm::object;
+using std::error_code;
 
 static cl::opt<std::string>
 InputFile(cl::Positional, cl::desc("<input file>"), cl::init("-"));