diff options
| author | Charles Davis <cdavis@mines.edu> | 2011-05-22 00:05:26 +0000 |
|---|---|---|
| committer | Charles Davis <cdavis@mines.edu> | 2011-05-22 00:05:26 +0000 |
| commit | a8805fd71a7e4198c49f82cc0afa99c02bfa9576 (patch) | |
| tree | 2cee14e849fd3b69499da696304ebe7308424b2c | |
| parent | 4ccc861cbce0bdd4bf1e370cfcdf1b1d8c745ed2 (diff) | |
| download | bcm5719-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.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 { |

