Skip to content

Commit

Permalink
Merge pull request #95 from seqan/actions/iwyu
Browse files Browse the repository at this point in the history
[MISC] IWYU
  • Loading branch information
eseiler authored Sep 12, 2023
2 parents d6abb79 + d4a659b commit 6344edd
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion test/snippet/readme.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
#include <hibf/hierarchical_interleaved_bloom_filter.hpp>
#include <algorithm> // for copy
#include <cinttypes> // for uint64_t, int64_t
#include <cstddef> // for size_t
#include <functional> // for function
#include <iostream> // for operator<<, basic_ostream, char_traits, cout
#include <ranges> // for _Iota, iota, views
#include <vector> // for vector

#include <hibf/config.hpp> // for config, insert_iterator
#include <hibf/hierarchical_interleaved_bloom_filter.hpp> // for hierarchical_interleaved_bloom_filter

int main()
{
Expand Down

1 comment on commit 6344edd

@vercel
Copy link

@vercel vercel bot commented on 6344edd Sep 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

hibf – ./

hibf-git-main-seqan.vercel.app
hibf.vercel.app
hibf-seqan.vercel.app

Please sign in to comment.