From 85c54baa96834109e187da49f9315021c6ecd2de Mon Sep 17 00:00:00 2001 From: Prince Frizzy Date: Thu, 10 Mar 2022 17:06:26 -0500 Subject: [PATCH] Fix compile error! You forgot this. (#18) --- src/pc/crash_handler.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pc/crash_handler.c b/src/pc/crash_handler.c index c0a377a6..b922ccf9 100644 --- a/src/pc/crash_handler.c +++ b/src/pc/crash_handler.c @@ -20,6 +20,7 @@ #include "pc/gfx/gfx_pc.h" #include "game/game_init.h" #include "game/ingame_menu.h" +#include "game/object_list_processor.h" #include "game/segment2.h" #include "game/mario.h" #include "gfx_dimensions.h"