diff options
author | Anton Korobeynikov <asl@math.spbu.ru> | 2007-10-06 13:07:11 +0000 |
---|---|---|
committer | Anton Korobeynikov <asl@math.spbu.ru> | 2007-10-06 13:07:11 +0000 |
commit | 57db1734af6d7bc9bb2659272122f875d62946a4 (patch) | |
tree | bc022e98d2ef5c4dcebeabcdae70e30dfbfbd729 | |
parent | 513da43c9c290094e3f12c0d1ba07c18f062d13c (diff) |
Include DataTypes.h to provide intptr_t type. This fixes OpenBSD compilation of this file.
Inspired by Laurence Tratt's patch
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42695 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/Pass.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Pass.h b/include/llvm/Pass.h index e38ee8fda3..068794d05c 100644 --- a/include/llvm/Pass.h +++ b/include/llvm/Pass.h @@ -29,6 +29,7 @@ #ifndef LLVM_PASS_H #define LLVM_PASS_H +#include "llvm/Support/DataTypes.h" #include "llvm/Support/Streams.h" #include <vector> #include <deque> |