diff --git a/src/catch2/internal/catch_enforce.hpp b/src/catch2/internal/catch_enforce.hpp index ddb6d845..076cea3c 100644 --- a/src/catch2/internal/catch_enforce.hpp +++ b/src/catch2/internal/catch_enforce.hpp @@ -12,6 +12,8 @@ #include #include +#include + namespace Catch { #if !defined(CATCH_CONFIG_DISABLE_EXCEPTIONS) template