diff options
Diffstat (limited to 'llvm/lib/TextAPI/TextAPIContext.h')
-rw-r--r-- | llvm/lib/TextAPI/TextAPIContext.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/TextAPI/TextAPIContext.h b/llvm/lib/TextAPI/TextAPIContext.h index 217d1f5..3151db7 100644 --- a/llvm/lib/TextAPI/TextAPIContext.h +++ b/llvm/lib/TextAPI/TextAPIContext.h @@ -13,13 +13,12 @@ #ifndef LLVM_TEXTAPI_MACHO_CONTEXT_H #define LLVM_TEXTAPI_MACHO_CONTEXT_H +#include "llvm/TextAPI/FileTypes.h" #include <string> namespace llvm { namespace MachO { -enum FileType : unsigned; - struct TextAPIContext { std::string ErrorMessage; std::string Path; |