chore(build): restore used include

This commit is contained in:
fallenoak 2023-03-31 11:48:18 -05:00
parent 55679bb01a
commit 69b01fcb02
No known key found for this signature in database
GPG Key ID: 7628F8E61AEA070D

View File

@ -1,6 +1,8 @@
#include "app/mac/MainApp.h" #include "app/mac/MainApp.h"
#include "event/Event.hpp"
#include "event/Input.hpp" #include "event/Input.hpp"
#include "event/Scheduler.hpp" #include "event/Scheduler.hpp"
#include "os/Compat.hpp"
@implementation MainApp @implementation MainApp