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

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 fdda2fc23a
commit a6003dae39

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 {