diff --git a/lib/Catch2/src/catch2/catch_test_case_info.hpp b/lib/Catch2/src/catch2/catch_test_case_info.hpp index 6cfc2aa..a32399a 100644 --- a/lib/Catch2/src/catch2/catch_test_case_info.hpp +++ b/lib/Catch2/src/catch2/catch_test_case_info.hpp @@ -15,6 +15,7 @@ #include +#include #include #include diff --git a/lib/Catch2/src/catch2/internal/catch_string_manip.hpp b/lib/Catch2/src/catch2/internal/catch_string_manip.hpp index dc58a33..e80d76a 100644 --- a/lib/Catch2/src/catch2/internal/catch_string_manip.hpp +++ b/lib/Catch2/src/catch2/internal/catch_string_manip.hpp @@ -10,6 +10,7 @@ #include +#include #include #include #include diff --git a/lib/Catch2/src/catch2/internal/catch_xmlwriter.cpp b/lib/Catch2/src/catch2/internal/catch_xmlwriter.cpp index 93758cb..85e44aa 100644 --- a/lib/Catch2/src/catch2/internal/catch_xmlwriter.cpp +++ b/lib/Catch2/src/catch2/internal/catch_xmlwriter.cpp @@ -11,6 +11,7 @@ #include #include +#include #include #include