summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_auction.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2025-08-23 12:17:10 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2025-08-23 12:17:10 -0400
commitb77717694cf6c34dffa60cd20829abad2d5de849 (patch)
tree3b2045b0ad0dcad669cdf08747649620297ce8ac /src/d/actor/d_a_auction.cpp
parent4cc35f3c20c9a0e48d3805c4ad05cc00c0162c5e (diff)
Add dolzel_rel.pch
This fixes the sdata linker error in the debug build.
Diffstat (limited to 'src/d/actor/d_a_auction.cpp')
-rw-r--r--src/d/actor/d_a_auction.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_auction.cpp b/src/d/actor/d_a_auction.cpp
index 2c689ef4..45a109b9 100644
--- a/src/d/actor/d_a_auction.cpp
+++ b/src/d/actor/d_a_auction.cpp
@@ -3,7 +3,7 @@
// Translation Unit: d_a_auction.cpp
//
-#include "d/dolzel.h" // IWYU pragma: keep
+#include "d/dolzel_rel.h" // IWYU pragma: keep
#include "d/actor/d_a_auction.h"
#include "d/actor/d_a_npc_auction.h"
#include "d/actor/d_a_player.h"