Don't use 'using std::error_code' in include/llvm.
[oota-llvm.git] / lib / Support / MemoryBuffer.cpp
index 0164443ad5fdb20f48a4d7adef60f26c6cde6358..c395ce72b8d3461464d7d900e18ee064693378de 100644 (file)
@@ -33,6 +33,7 @@
 #include <io.h>
 #endif
 using namespace llvm;
+using std::error_code;
 
 //===----------------------------------------------------------------------===//
 // MemoryBuffer implementation itself.