From 165a7dd68a1140e883837eac775f2031c207e5ed Mon Sep 17 00:00:00 2001 From: MysterD Date: Fri, 5 Aug 2022 20:55:31 -0700 Subject: [PATCH] Fix up includes for clang --- data/dynos_mgr_bhv.cpp | 3 ++- data/dynos_warps.cpp | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/data/dynos_mgr_bhv.cpp b/data/dynos_mgr_bhv.cpp index 07e82df1..3ea85784 100644 --- a/data/dynos_mgr_bhv.cpp +++ b/data/dynos_mgr_bhv.cpp @@ -2,7 +2,8 @@ extern "C" { #include "engine/behavior_script.h" -#include "src/pc/lua/smlua_hooks.h" +#include "pc/network/packets/packet.h" +#include "pc/lua/smlua_hooks.h" } Array> &DynOS_Bhv_GetArray() { diff --git a/data/dynos_warps.cpp b/data/dynos_warps.cpp index 6413cacd..f6d7cb86 100644 --- a/data/dynos_warps.cpp +++ b/data/dynos_warps.cpp @@ -11,6 +11,7 @@ extern "C" { #include "game/sound_init.h" #include "game/object_list_processor.h" #include "game/options_menu.h" +#include "pc/network/packets/packet.h" #include "pc/lua/smlua_hooks.h" extern s8 gDialogBoxState; extern s16 gMenuMode;