Don't use 'using std::error_code' in include/llvm.
[oota-llvm.git] / lib / Support / LockFileManager.cpp
index b050e5de8d48720982dc2ce8da6c3930ff7fac35..0204e75f84ee1da715f6d7e8b71a5eaefe718b0d 100644 (file)
@@ -22,6 +22,7 @@
 #include <unistd.h>
 #endif
 using namespace llvm;
+using std::error_code;
 
 /// \brief Attempt to read the lock file with the given name, if it exists.
 ///