Include DataTypes.h from this header to get the uint*_t types.
authorCharles Davis <cdavis@mines.edu>
Sun, 22 May 2011 00:05:26 +0000 (00:05 +0000)
committerCharles Davis <cdavis@mines.edu>
Sun, 22 May 2011 00:05:26 +0000 (00:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131817 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/Win64EH.h

index 17d416fe0e7d05aea510e0bdb7de68322a6f5617..dc9156be568ae07b8ff034de8f50d2f748dd31da 100644 (file)
@@ -16,6 +16,8 @@
 #ifndef LLVM_SUPPORT_WIN64EH_H
 #define LLVM_SUPPORT_WIN64EH_H
 
+#include "llvm/Support/DataTypes.h"
+
 namespace llvm {
 namespace Win64EH {