Skip to content

Commit 4c38a07

Browse files
authored
Merge pull request #309 from seqan/actions/iwyu
[MISC] IWYU
2 parents 30a949f + 4ad3d88 commit 4c38a07

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

include/hibf/misc/counting_vector.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
#include <hibf/contrib/aligned_allocator.hpp> // for aligned_allocator
2323
#include <hibf/misc/bit_vector.hpp> // for bit_vector
2424
#include <hibf/misc/divide_and_ceil.hpp> // for divide_and_ceil
25-
#include <hibf/misc/next_multiple_of_64.hpp> // for next_multiple_of_64
2625
#include <hibf/misc/unreachable.hpp> // for assert, unreachable
2726
#include <hibf/platform.hpp> // for HIBF_HAS_AVX512
2827

test/snippet/ibf/counting_vector.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#include <hibf/interleaved_bloom_filter.hpp> // for interleaved_bloom_filter, bin_index, bin_count, bin_size
88
#include <hibf/misc/counting_vector.hpp> // for counting_vector
99
#include <hibf/misc/print.hpp> // for print, print_t
10+
#include <hibf/platform.hpp> // for HIBF_HAS_AVX512
1011

1112
int main()
1213
{

0 commit comments

Comments
 (0)