Don't import error_category into the llvm namespace.
[oota-llvm.git] / include / llvm / ProfileData / InstrProf.h
index 755ba36bcab9f848f9aefcc67a21fd911a15d337..b44b92ef62676fbd6869defdfdaa20124d7c6265 100644 (file)
@@ -20,7 +20,7 @@
 
 namespace llvm {
 
-const error_category &instrprof_category();
+const std::error_category &instrprof_category();
 
 enum class instrprof_error {
     success = 0,