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
This commit is contained in:
Chris Lattner 2005-03-21 01:36:35 +00:00
parent 53491b3db7
commit 24a751eccd

View File

@ -16,6 +16,7 @@
#define LLVM_ADT_EQUIVALENCECLASSES_H
#include "llvm/ADT/iterator"
#include "llvm/Support/DataTypes.h"
#include <set>
namespace llvm {