1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

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 85387b86fa
commit 5c37c87195

View File

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