Fix include in RangeTableTest
This commit is contained in:
parent
bcff6c192c
commit
61151535e6
@ -1,8 +1,9 @@
|
||||
#include "../../DataStructures/RangeTable.h"
|
||||
|
||||
#include <boost/test/unit_test.hpp>
|
||||
#include <boost/test/test_case_template.hpp>
|
||||
|
||||
#include "../../DataStructures/RangeTable.h"
|
||||
#include <numeric>
|
||||
|
||||
constexpr unsigned BLOCK_SIZE = 16;
|
||||
typedef RangeTable<BLOCK_SIZE, false> TestRangeTable;
|
||||
|
Loading…
Reference in New Issue
Block a user