diff options
Diffstat (limited to 'contrib/llvm-project/llvm/lib/TextAPI/TextStubCommon.h')
-rw-r--r-- | contrib/llvm-project/llvm/lib/TextAPI/TextStubCommon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/llvm-project/llvm/lib/TextAPI/TextStubCommon.h b/contrib/llvm-project/llvm/lib/TextAPI/TextStubCommon.h index 360910c48d4f..155d38a30ba0 100644 --- a/contrib/llvm-project/llvm/lib/TextAPI/TextStubCommon.h +++ b/contrib/llvm-project/llvm/lib/TextAPI/TextStubCommon.h @@ -13,6 +13,7 @@ #ifndef LLVM_TEXTAPI_TEXT_STUB_COMMON_H #define LLVM_TEXTAPI_TEXT_STUB_COMMON_H +#include "llvm/ADT/BitmaskEnum.h" #include "llvm/ADT/StringRef.h" #include "llvm/Support/YAMLTraits.h" #include "llvm/TextAPI/Architecture.h" |