Provide a guaranteed definition of intptr_t. Thansk to Evan Jones for

pointing this out!

llvm-svn: 20721
This commit is contained in:
Chris Lattner 2005-03-21 01:36:35 +00:00
parent c5cdc2260d
commit c8b4b7e314
1 changed files with 1 additions and 0 deletions

View File

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