diff options
Diffstat (limited to 'tools/obj2yaml/Error.h')
-rw-r--r-- | tools/obj2yaml/Error.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/obj2yaml/Error.h b/tools/obj2yaml/Error.h index 4657f0db5282..982f59e236cc 100644 --- a/tools/obj2yaml/Error.h +++ b/tools/obj2yaml/Error.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLVM_TOOLS_ERROR_H -#define LLVM_TOOLS_ERROR_H +#ifndef LLVM_TOOLS_OBJ2YAML_ERROR_H +#define LLVM_TOOLS_OBJ2YAML_ERROR_H #include <system_error> |