diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-08-31 22:30:46 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-08-31 22:30:46 -0400 |
| commit | 31d95d843c42f28acfa9f686160e342d8a129411 (patch) | |
| tree | cd2b08d04c0d2ac1e486e36ab892941746c45420 /src | |
| parent | a86961d044f0bab85832a34eeb10516605f6728a (diff) | |
Fix build
Diffstat (limited to 'src')
| -rw-r--r-- | src/d/actor/d_a_gy_ctrl.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/d/actor/d_a_gy_ctrl.cpp b/src/d/actor/d_a_gy_ctrl.cpp index 1b1048bd..fa081179 100644 --- a/src/d/actor/d_a_gy_ctrl.cpp +++ b/src/d/actor/d_a_gy_ctrl.cpp @@ -6,8 +6,14 @@ #include "d/dolzel_rel.h" // IWYU pragma: keep #include "d/actor/d_a_gy_ctrl.h" #include "d/actor/d_a_ship.h" +#if VERSION > VERSION_DEMO +#include "d/actor/d_a_gy.h" +#endif #include "d/d_procname.h" #include "d/d_priority.h" +#if VERSION > VERSION_DEMO +#include "d/d_s_play.h" +#endif #include "d/d_com_inf_game.h" #include "d/d_bg_s_func.h" #include "d/d_camera.h" |
