From 01f96c9176fccd22294cdfbe8d478fa8cb53e400 Mon Sep 17 00:00:00 2001 From: Corentin Schreiber Date: Thu, 22 Aug 2024 08:53:00 +0100 Subject: [PATCH] Add missing include --- tests/runtime_tests/capture.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/runtime_tests/capture.cpp b/tests/runtime_tests/capture.cpp index 1368a4c..c578791 100644 --- a/tests/runtime_tests/capture.cpp +++ b/tests/runtime_tests/capture.cpp @@ -2,6 +2,9 @@ #include "testing_event.hpp" #include +#if SNITCH_WITH_EXCEPTIONS +# include +#endif using namespace std::literals;