Don't use 'using std::error_code' in include/llvm.
[oota-llvm.git] / tools / llvm-nm / llvm-nm.cpp
index ec7b29824b470b39a2d4da6fd7d463c48bff4642..6476a60c7e1133cad51b6d4ae3dcf50cd8307a39 100644 (file)
@@ -45,6 +45,7 @@
 #include <vector>
 using namespace llvm;
 using namespace object;
+using std::error_code;
 
 namespace {
 enum OutputFormatTy { bsd, sysv, posix, darwin };