From 71a9da913de95359bb4ffad6e15dea06d2ba170c Mon Sep 17 00:00:00 2001 From: Eelco Empting Date: Wed, 22 Jan 2025 18:20:57 +0100 Subject: [PATCH] Fix failing build --- test/static_exception_test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/static_exception_test.cpp b/test/static_exception_test.cpp index 3452445..914736d 100644 --- a/test/static_exception_test.cpp +++ b/test/static_exception_test.cpp @@ -19,6 +19,7 @@ #include #include #include +#include #include "SomeClass.hpp"