Don't use 'using std::error_code' in include/llvm.
[oota-llvm.git] / lib / Object / MachOUniversal.cpp
index 5085efde5ecfbeece709c9122bc355b32ae549d4..1d450042733cd3675189614e0e27f58594c8970b 100644 (file)
@@ -21,6 +21,7 @@
 
 using namespace llvm;
 using namespace object;
+using std::error_code;
 
 template<typename T>
 static void SwapValue(T &Value) {