From: Charles Davis Date: Sun, 22 May 2011 00:05:26 +0000 (+0000) Subject: Include DataTypes.h from this header to get the uint*_t types. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=f2007b3c196909be1ee9a8ac4df0ebdfea82f601;p=oota-llvm.git 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 --- 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 {