forked from OSchip/llvm-project
ADT/SparseSet.h: Fix up header dependencies.
llvm-svn: 151114
This commit is contained in:
parent
5f37f1c39d
commit
e811649d02
|
@ -21,6 +21,8 @@
|
|||
#define LLVM_ADT_SPARSESET_H
|
||||
|
||||
#include "llvm/ADT/SmallVector.h"
|
||||
#include "llvm/Support/DataTypes.h"
|
||||
#include <limits>
|
||||
|
||||
namespace llvm {
|
||||
|
||||
|
|
Loading…
Reference in New Issue