diff options
author | Chris Lattner <sabre@nondot.org> | 2007-01-27 23:52:33 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-01-27 23:52:33 +0000 |
commit | ea830ef21f1f863886455fabfc64ea00b172aeeb (patch) | |
tree | 120a12c7fc4ba9165235981f2def60da603d218d /include | |
parent | 424db0209c88dda9fc0fdeb1ac22f85261e744da (diff) | |
download | external_llvm-ea830ef21f1f863886455fabfc64ea00b172aeeb.zip external_llvm-ea830ef21f1f863886455fabfc64ea00b172aeeb.tar.gz external_llvm-ea830ef21f1f863886455fabfc64ea00b172aeeb.tar.bz2 |
provide a definition for uintptr_t
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33592 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/ADT/SmallPtrSet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/ADT/SmallPtrSet.h b/include/llvm/ADT/SmallPtrSet.h index 134a7da..ed7f4da 100644 --- a/include/llvm/ADT/SmallPtrSet.h +++ b/include/llvm/ADT/SmallPtrSet.h @@ -17,6 +17,7 @@ #include <cassert> #include <cstring> +#include "llvm/Support/DataTypes.h" namespace llvm { |