Skip to content

Commit

Permalink
Add some more includes to master test include
Browse files Browse the repository at this point in the history
Because they are used in many tests.
  • Loading branch information
joto committed Jan 3, 2025
1 parent b634e26 commit a1ecc6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/include/test.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
#include <catch.hpp> // IWYU pragma: export

#include <array> // IWYU pragma: export
#include <limits> // IWYU pragma: export
#include <string> // IWYU pragma: export
#include <vector> // IWYU pragma: export

#include <stdexcept>
Expand Down

0 comments on commit a1ecc6f

Please sign in to comment.