diff options
| -rw-r--r-- | llvm/include/llvm/Support/Win64EH.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/include/llvm/Support/Win64EH.h b/llvm/include/llvm/Support/Win64EH.h index 17d416fe0e7..dc9156be568 100644 --- a/llvm/include/llvm/Support/Win64EH.h +++ b/llvm/include/llvm/Support/Win64EH.h @@ -16,6 +16,8 @@ #ifndef LLVM_SUPPORT_WIN64EH_H #define LLVM_SUPPORT_WIN64EH_H +#include "llvm/Support/DataTypes.h" + namespace llvm { namespace Win64EH { |

