aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/SmallPtrSet.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-01-27 23:52:33 +0000
committerChris Lattner <sabre@nondot.org>2007-01-27 23:52:33 +0000
commitea830ef21f1f863886455fabfc64ea00b172aeeb (patch)
tree120a12c7fc4ba9165235981f2def60da603d218d /include/llvm/ADT/SmallPtrSet.h
parent424db0209c88dda9fc0fdeb1ac22f85261e744da (diff)
downloadexternal_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/llvm/ADT/SmallPtrSet.h')
-rw-r--r--include/llvm/ADT/SmallPtrSet.h1
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 {