diff --git a/include/hibf/misc/counting_vector.hpp b/include/hibf/misc/counting_vector.hpp index f32c7c3e..b8b6afde 100644 --- a/include/hibf/misc/counting_vector.hpp +++ b/include/hibf/misc/counting_vector.hpp @@ -22,7 +22,6 @@ #include // for aligned_allocator #include // for bit_vector #include // for divide_and_ceil -#include // for next_multiple_of_64 #include // for assert, unreachable #include // for HIBF_HAS_AVX512 diff --git a/test/snippet/ibf/counting_vector.cpp b/test/snippet/ibf/counting_vector.cpp index bb6bf509..f005a5c2 100644 --- a/test/snippet/ibf/counting_vector.cpp +++ b/test/snippet/ibf/counting_vector.cpp @@ -7,6 +7,7 @@ #include // for interleaved_bloom_filter, bin_index, bin_count, bin_size #include // for counting_vector #include // for print, print_t +#include // for HIBF_HAS_AVX512 int main() {