Don't use 'using std::error_code' in include/llvm.
[oota-llvm.git] / lib / Support / Windows / Process.inc
index 0be871c695c0a72a838a7c9ca6e82c4d76ca53fd..c88557c5eef7f8a9b3dd60a720aa22ad13682521 100644 (file)
@@ -48,7 +48,7 @@
 
 using namespace llvm;
 using namespace sys;
-
+using std::error_code;
 
 process::id_type self_process::get_id() {
   return GetCurrentProcessId();