From d0d28b8f9df02db471e6a39b5b78358ab07ad753 Mon Sep 17 00:00:00 2001 From: hmelder Date: Sat, 25 Nov 2023 22:20:17 +0100 Subject: [PATCH] Add include in UnexpectedException test --- Test/UnexpectedException.m | 1 + 1 file changed, 1 insertion(+) diff --git a/Test/UnexpectedException.m b/Test/UnexpectedException.m index c2e1b03..486c221 100644 --- a/Test/UnexpectedException.m +++ b/Test/UnexpectedException.m @@ -1,5 +1,6 @@ #include "Test.h" #include "../objc/hooks.h" +#include "../objc/objc-exception.h" #include