Don't use 'using std::error_code' in include/llvm.
[oota-llvm.git] / lib / Support / Windows / Program.inc
index 6c7ddbde332cabc1eb9ed2fb07f8734523bc9e7e..8d1df5ffc922def5df2bf0bdf106f02701d160d0 100644 (file)
@@ -24,6 +24,7 @@
 //===----------------------------------------------------------------------===//
 
 namespace llvm {
+using std::error_code;
 using namespace sys;
 
 ProcessInfo::ProcessInfo() : ProcessHandle(0), Pid(0), ReturnCode(0) {}