Don't use 'using std::error_code' in include/llvm.
[oota-llvm.git] / tools / llvm-cov / llvm-cov.cpp
index 0917acd4110ce87cc1f3bd16c39b753d98b1c0c5..97a91dd544a3ddb6b317abbdde104964686058ca 100644 (file)
@@ -22,6 +22,7 @@
 #include "llvm/Support/Signals.h"
 #include <system_error>
 using namespace llvm;
+using std::error_code;
 
 static cl::opt<std::string> SourceFile(cl::Positional, cl::Required,
                                        cl::desc("SOURCEFILE"));