From f2007b3c196909be1ee9a8ac4df0ebdfea82f601 Mon Sep 17 00:00:00 2001 From: Charles Davis Date: Sun, 22 May 2011 00:05:26 +0000 Subject: [PATCH] Include DataTypes.h from this header to get the uint*_t types. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131817 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/Win64EH.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/llvm/Support/Win64EH.h b/include/llvm/Support/Win64EH.h index 17d416fe0e7..dc9156be568 100644 --- a/include/llvm/Support/Win64EH.h +++ b/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 {