From 69b01fcb025596d17d2d678c89435b7d019e5460 Mon Sep 17 00:00:00 2001 From: fallenoak Date: Fri, 31 Mar 2023 11:48:18 -0500 Subject: [PATCH] chore(build): restore used include --- src/app/mac/MainApp.mm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/mac/MainApp.mm b/src/app/mac/MainApp.mm index df990da..0cf5f68 100644 --- a/src/app/mac/MainApp.mm +++ b/src/app/mac/MainApp.mm @@ -1,6 +1,8 @@ #include "app/mac/MainApp.h" +#include "event/Event.hpp" #include "event/Input.hpp" #include "event/Scheduler.hpp" +#include "os/Compat.hpp" @implementation MainApp