diff --git a/tests.cpp b/tests.cpp index 9b9cfb8..6dc39a5 100644 --- a/tests.cpp +++ b/tests.cpp @@ -1,15 +1,15 @@ +#include "gp_config.hpp" + #include "test_scaffold.h" #include "allocator.hpp" -#include "gp_config.hpp" #include "meta_test.cpp" #include "gp_test.cpp" #include "bloomfilter.cpp" #include "quotient_filter.cpp" #include "math.cpp" #include "pair_test.cpp" -#include -#include "gp/concepts.hpp" +#include alignas(2048) gp::array static_mapper::store; gp::buddy<> static_mapper::impl = gp::buddy<>{store.begin().data, store.size()};