forked from OSchip/llvm-project
Provide a guaranteed definition of intptr_t. Thansk to Evan Jones for
pointing this out! llvm-svn: 20721
This commit is contained in:
parent
c5cdc2260d
commit
c8b4b7e314
|
@ -16,6 +16,7 @@
|
||||||
#define LLVM_ADT_EQUIVALENCECLASSES_H
|
#define LLVM_ADT_EQUIVALENCECLASSES_H
|
||||||
|
|
||||||
#include "llvm/ADT/iterator"
|
#include "llvm/ADT/iterator"
|
||||||
|
#include "llvm/Support/DataTypes.h"
|
||||||
#include <set>
|
#include <set>
|
||||||
|
|
||||||
namespace llvm {
|
namespace llvm {
|
||||||
|
|
Loading…
Reference in New Issue