From 470ff03aebb0d82216979ff86085bf31ac38057b Mon Sep 17 00:00:00 2001 From: Joseph Edwards Date: Mon, 5 Aug 2024 17:44:51 +0100 Subject: [PATCH] iwyu --- include/libsemigroups/adapters.hpp | 2 ++ include/libsemigroups/bmat-adapters.hpp | 8 +++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/include/libsemigroups/adapters.hpp b/include/libsemigroups/adapters.hpp index 4b216ca7f..0aad27e46 100644 --- a/include/libsemigroups/adapters.hpp +++ b/include/libsemigroups/adapters.hpp @@ -20,8 +20,10 @@ #define LIBSEMIGROUPS_ADAPTERS_HPP_ #include // for std::sort +#include // for array #include // for size_t #include // for std::equal_to +#include // for pair #include // for shared_ptr #include // for hash, is_same #include // for pair, hash diff --git a/include/libsemigroups/bmat-adapters.hpp b/include/libsemigroups/bmat-adapters.hpp index ab66a1561..1f1603455 100644 --- a/include/libsemigroups/bmat-adapters.hpp +++ b/include/libsemigroups/bmat-adapters.hpp @@ -19,7 +19,11 @@ #ifndef LIBSEMIGROUPS_BMAT_ADAPTERS_HPP_ #define LIBSEMIGROUPS_BMAT_ADAPTERS_HPP_ -#include // for size_t +#include // for size_t +#include // for distance +#include // for enable_if_t +#include // for move +#include // for vector, vector<>::ref... #include "action.hpp" // for RightAction #include "adapters.hpp" // for ImageRightAction @@ -28,6 +32,8 @@ #include "exception.hpp" // for LIBSEMIGROUPS_EXCEPTION #include "matrix.hpp" // for BMat +#include "libsemigroups/detail/containers.hpp" // for StaticVector1 + namespace libsemigroups { //! \defgroup adapters_bmat_group Adapters for BMat //!