Add stxxl/vector include to range_table test

This commit is contained in:
Patrick Niklaus 2015-12-16 22:02:34 +01:00
parent 0ddd473477
commit bec56522e3

View File

@ -32,6 +32,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <boost/test/test_case_template.hpp>
#include <numeric>
#include <stxxl/vector>
constexpr unsigned BLOCK_SIZE = 16;
typedef RangeTable<BLOCK_SIZE, false> TestRangeTable;