Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
smehringer committed Sep 7, 2023
1 parent c6eb0d4 commit fcea6fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interleaved_bloom_filter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#include <utility> // for move
#include <vector> // for vector

#include <hibf/bin_size_in_bits.hpp>
#include <hibf/build/bin_size_in_bits.hpp>
#include <hibf/interleaved_bloom_filter.hpp>

namespace seqan::hibf
Expand Down

0 comments on commit fcea6fc

Please sign in to comment.