diff options
| author | hatal175 <hatal175@users.noreply.github.com> | 2025-09-03 10:39:44 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-03 00:39:44 -0700 |
| commit | 4583ec80a4fed9f58f240f04c159b02f0cbfd720 (patch) | |
| tree | e89a4e41c04f6fb8f39945c0a9a5d5bf5e53663f /src/d/actor/d_a_e_ww.cpp | |
| parent | adb62e947bfe70f3f611cbd45380e389f9461f67 (diff) | |
Add missing include to e_ww (#2626)
Diffstat (limited to 'src/d/actor/d_a_e_ww.cpp')
| -rw-r--r-- | src/d/actor/d_a_e_ww.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/d/actor/d_a_e_ww.cpp b/src/d/actor/d_a_e_ww.cpp index 29683a75e2..5fafc0c0c0 100644 --- a/src/d/actor/d_a_e_ww.cpp +++ b/src/d/actor/d_a_e_ww.cpp @@ -6,6 +6,7 @@ #include "d/dolzel_rel.h" #include "d/actor/d_a_e_ww.h" +#include "f_op/f_op_camera_mng.h" #include "dol2asm.h" #include "f_op/f_op_actor_enemy.h" #include "Z2AudioLib/Z2Instances.h" |
