summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles Davis <cdavis@mines.edu>2011-05-22 00:05:26 +0000
committerCharles Davis <cdavis@mines.edu>2011-05-22 00:05:26 +0000
commita8805fd71a7e4198c49f82cc0afa99c02bfa9576 (patch)
tree2cee14e849fd3b69499da696304ebe7308424b2c
parent4ccc861cbce0bdd4bf1e370cfcdf1b1d8c745ed2 (diff)
downloadbcm5719-llvm-a8805fd71a7e4198c49f82cc0afa99c02bfa9576.tar.gz
bcm5719-llvm-a8805fd71a7e4198c49f82cc0afa99c02bfa9576.zip
Include DataTypes.h from this header to get the uint*_t types.
llvm-svn: 131817
-rw-r--r--llvm/include/llvm/Support/Win64EH.h2
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 {
OpenPOWER on IntegriCloud