ADT/SparseSet.h: Fix up header dependencies.

llvm-svn: 151114
This commit is contained in:
NAKAMURA Takumi 2012-02-22 01:19:35 +00:00
parent 5f37f1c39d
commit e811649d02
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@
#define LLVM_ADT_SPARSESET_H
#include "llvm/ADT/SmallVector.h"
#include "llvm/Support/DataTypes.h"
#include <limits>
namespace llvm {