Skip to content

Commit

Permalink
Merge pull request #219 from seqan/actions/iwyu
Browse files Browse the repository at this point in the history
[MISC] IWYU
  • Loading branch information
eseiler authored Aug 19, 2024
2 parents f1d1d60 + b2efaaf commit f4321f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions include/hibf/sketch/hyperloglog.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
#pragma once

#include <array> // for array
#include <cinttypes> // for uint64_t, uint8_t
#include <cinttypes> // for uint64_t, uint8_t, uint32_t
#include <cstddef> // for size_t
#include <iosfwd> // for istream, ostream
#include <vector> // for vector

#include <cereal/cereal.hpp>
#include <cereal/types/vector.hpp>
#include <cereal/access.hpp> // for access
#include <cereal/cereal.hpp> // for make_nvp, CEREAL_NVP

#include <hibf/contrib/aligned_allocator.hpp> // for aligned_allocator
#include <hibf/platform.hpp>
Expand Down
5 changes: 3 additions & 2 deletions include/hibf/sketch/minhashes.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@
#pragma once

#include <cstddef> // for size_t
#include <cstdint> // for uint64_t
#include <cstdint> // for uint64_t, uint32_t
#include <span> // for span
#include <vector> // for vector

#include <cereal/cereal.hpp>
#include <cereal/access.hpp> // for access
#include <cereal/cereal.hpp> // for make_nvp, CEREAL_NVP

#include <hibf/platform.hpp>

Expand Down

0 comments on commit f4321f8

Please sign in to comment.