Don't use 'using std::error_code' in include/llvm.
[oota-llvm.git] / lib / Support / Unix / Program.inc
index f4c6cdf7e99740b287b5e67d2786b71fce1c7048..d8506643349c435ac87c95378ffb8a28d8717e90 100644 (file)
@@ -48,6 +48,8 @@
 #endif
 
 namespace llvm {
+using std::error_code;
+
 using namespace sys;
 
 ProcessInfo::ProcessInfo() : Pid(0), ReturnCode(0) {}