diff options
Diffstat (limited to '3rdparty/catch/include/internal/catch_stream.h')
-rw-r--r-- | 3rdparty/catch/include/internal/catch_stream.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/3rdparty/catch/include/internal/catch_stream.h b/3rdparty/catch/include/internal/catch_stream.h index 1bf5ee183f8..d8deebab4dd 100644 --- a/3rdparty/catch/include/internal/catch_stream.h +++ b/3rdparty/catch/include/internal/catch_stream.h @@ -15,6 +15,7 @@ #include <streambuf> #include <ostream> #include <fstream> +#include <memory> namespace Catch { |