Don't use 'using std::error_code' in include/llvm.
[oota-llvm.git] / tools / obj2yaml / coff2yaml.cpp
index 42b09d312c253d1d76577c9020923ba35ef46743..816f9e65cde1362a5657808d21c31f9fc77d5be4 100644 (file)
@@ -14,6 +14,7 @@
 #include "llvm/Support/YAMLTraits.h"
 
 using namespace llvm;
+using std::error_code;
 
 namespace {