Add stxxl/vector include to range_table test
This commit is contained in:
parent
0ddd473477
commit
bec56522e3
@ -32,6 +32,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||||||
#include <boost/test/test_case_template.hpp>
|
#include <boost/test/test_case_template.hpp>
|
||||||
|
|
||||||
#include <numeric>
|
#include <numeric>
|
||||||
|
#include <stxxl/vector>
|
||||||
|
|
||||||
constexpr unsigned BLOCK_SIZE = 16;
|
constexpr unsigned BLOCK_SIZE = 16;
|
||||||
typedef RangeTable<BLOCK_SIZE, false> TestRangeTable;
|
typedef RangeTable<BLOCK_SIZE, false> TestRangeTable;
|
||||||
|
Loading…
Reference in New Issue
Block a user