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_obj_figure.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_obj_figure.cpp')
| -rw-r--r-- | src/d/actor/d_a_obj_figure.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_obj_figure.cpp b/src/d/actor/d_a_obj_figure.cpp index 7549dfb3..20d1a832 100644 --- a/src/d/actor/d_a_obj_figure.cpp +++ b/src/d/actor/d_a_obj_figure.cpp @@ -3,7 +3,7 @@ * Object - Nintendo Gallery figurines + stand */ -#include "d/dolzel.h" // IWYU pragma: keep +#include "d/dolzel_rel.h" // IWYU pragma: keep #include "d/actor/d_a_obj_figure.h" #include "d/res/res_figure.h" #include "d/res/res_figure2.h" |
