diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-08-23 12:17:10 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-08-23 12:17:10 -0400 |
| commit | b77717694cf6c34dffa60cd20829abad2d5de849 (patch) | |
| tree | 3b2045b0ad0dcad669cdf08747649620297ce8ac /src/d/actor/d_a_npc_mt.cpp | |
| parent | 4cc35f3c20c9a0e48d3805c4ad05cc00c0162c5e (diff) | |
Add dolzel_rel.pch
This fixes the sdata linker error in the debug build.
Diffstat (limited to 'src/d/actor/d_a_npc_mt.cpp')
| -rw-r--r-- | src/d/actor/d_a_npc_mt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_npc_mt.cpp b/src/d/actor/d_a_npc_mt.cpp index 59ebcb53..9647262c 100644 --- a/src/d/actor/d_a_npc_mt.cpp +++ b/src/d/actor/d_a_npc_mt.cpp @@ -3,7 +3,7 @@ // Translation Unit: d_a_npc_mt.cpp // -#include "d/dolzel.h" // IWYU pragma: keep +#include "d/dolzel_rel.h" // IWYU pragma: keep #include "d/actor/d_a_npc_mt.h" #include "d/d_com_inf_game.h" #include "d/d_procname.h" |
