diff options
Diffstat (limited to 'test/utils/container_matchers.hpp')
-rw-r--r-- | test/utils/container_matchers.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/utils/container_matchers.hpp b/test/utils/container_matchers.hpp index 7def6d57..d7a29c3a 100644 --- a/test/utils/container_matchers.hpp +++ b/test/utils/container_matchers.hpp @@ -16,14 +16,14 @@ #define INCLUDED_SRC_TEST_UTILS_CONTAINER_MATCHERS_HPP #include <algorithm> +#include <initializer_list> +#include <iterator> #include <numeric> #include <sstream> #include <string> -#include <type_traits> #include <unordered_set> #include <vector> -#include "catch2/catch_test_macros.hpp" #include "catch2/matchers/catch_matchers_all.hpp" /// \brief Matcher to check if the sets of elements present in two different |