Don't import error_category into the llvm namespace.
[oota-llvm.git] / tools / obj2yaml / Error.h
index 7180d543075e96fba8c5f966436322148e6d67ad..b4d13ba7d03a82317c89e1ef46d3ef328810f416 100644 (file)
@@ -14,7 +14,7 @@
 
 namespace llvm {
 
-const error_category &obj2yaml_category();
+const std::error_category &obj2yaml_category();
 
 enum class obj2yaml_error {
   success = 0,