From 09473fde5e2782e8f458965c70e4e1d6dd07d6ec Mon Sep 17 00:00:00 2001 From: scawful Date: Sat, 8 Mar 2025 00:35:22 -0500 Subject: [PATCH] Add missing includes for app_delegate and flag in yaze.cc --- src/yaze.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/yaze.cc b/src/yaze.cc index 8477e61e..a9def383 100644 --- a/src/yaze.cc +++ b/src/yaze.cc @@ -4,9 +4,11 @@ #include #include +#include "app/core/platform/app_delegate.h" #include "app/rom.h" #include "app/zelda3/overworld/overworld.h" #include "dungeon.h" +#include "util/flag.h" #include "yaze_config.h" int yaze_app_main(int argc, char **argv) {