Provide a guaranteed definition of intptr_t. Thansk to Evan Jones for
authorChris Lattner <sabre@nondot.org>
Mon, 21 Mar 2005 01:36:35 +0000 (01:36 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 21 Mar 2005 01:36:35 +0000 (01:36 +0000)
pointing this out!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20721 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/ADT/EquivalenceClasses.h

index 0c62cb57db5b477f5ac5c3b7c03fe99a769f37c6..a866cd67e172db455b98ad0b2bcb08906d058ebf 100644 (file)
@@ -16,6 +16,7 @@
 #define LLVM_ADT_EQUIVALENCECLASSES_H
 
 #include "llvm/ADT/iterator"
+#include "llvm/Support/DataTypes.h"
 #include <set>
 
 namespace llvm {