Don't use 'using std::error_code' in include/llvm.
[oota-llvm.git] / tools / llvm-size / llvm-size.cpp
index ff3b88e3169f530e57f6d5a0b07729ae26c847e0..f0ec7fa6af6a38c56fe90205f0d685ee2a17af5d 100644 (file)
@@ -30,6 +30,7 @@
 #include <system_error>
 using namespace llvm;
 using namespace object;
+using std::error_code;
 
 enum OutputFormatTy {berkeley, sysv};
 static cl::opt<OutputFormatTy>