aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-03-21 01:36:35 +0000
committerChris Lattner <sabre@nondot.org>2005-03-21 01:36:35 +0000
commit24a751eccda668e15cca2a84772d504b47c40378 (patch)
tree010d9edcbaeac32a119eb7bc553d912b9c2d7dfa /include/llvm/ADT
parent53491b3db70ca18855d3010c8a34f2e4acef5ecc (diff)
downloadexternal_llvm-24a751eccda668e15cca2a84772d504b47c40378.zip
external_llvm-24a751eccda668e15cca2a84772d504b47c40378.tar.gz
external_llvm-24a751eccda668e15cca2a84772d504b47c40378.tar.bz2
Provide a guaranteed definition of intptr_t. Thansk to Evan Jones for
pointing this out! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20721 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/ADT')
-rw-r--r--include/llvm/ADT/EquivalenceClasses.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/ADT/EquivalenceClasses.h b/include/llvm/ADT/EquivalenceClasses.h
index 0c62cb5..a866cd6 100644
--- a/include/llvm/ADT/EquivalenceClasses.h
+++ b/include/llvm/ADT/EquivalenceClasses.h
@@ -16,6 +16,7 @@
#define LLVM_ADT_EQUIVALENCECLASSES_H
#include "llvm/ADT/iterator"
+#include "llvm/Support/DataTypes.h"
#include <set>
namespace llvm {