catch2: Fix build with gcc13

Cherrypick of catch2 commit 52066dbc2a53f4c3ab2a418d03f93200a8245451 to
fix the build with gcc 13 without a full update.
This commit is contained in:
Yuri D'Elia 2023-07-22 12:32:01 +02:00 committed by DRracer
parent 57d780ccf9
commit 1fea4a7335
3 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,7 @@
#include <catch2/internal/catch_unique_ptr.hpp>
#include <cstdint>
#include <string>
#include <vector>

View File

@ -10,6 +10,7 @@
#include <catch2/internal/catch_stringref.hpp>
#include <cstdint>
#include <string>
#include <iosfwd>
#include <vector>

View File

@ -11,6 +11,7 @@
#include <catch2/internal/catch_enforce.hpp>
#include <catch2/internal/catch_xmlwriter.hpp>
#include <cstdint>
#include <iomanip>
#include <type_traits>