summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_npc.cpp
diff options
context:
space:
mode:
authorMax Roncace <me@caseif.net>2025-08-25 18:34:26 -0400
committerGitHub <noreply@github.com>2025-08-25 15:34:26 -0700
commit22573bf7a6bdfaaeef3777fee7879c3eeddf62b2 (patch)
tree175162ca613f2fdeaa109fafef5281289bc28bb4 /src/d/actor/d_a_npc.cpp
parentb309e0cf57ba36f0c3e01a205f7e097ae46f389b (diff)
Fix incorrect PCH being used in some framework objects (#2604)
Diffstat (limited to 'src/d/actor/d_a_npc.cpp')
-rw-r--r--src/d/actor/d_a_npc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_npc.cpp b/src/d/actor/d_a_npc.cpp
index 61bf57141f..aff2485cc2 100644
--- a/src/d/actor/d_a_npc.cpp
+++ b/src/d/actor/d_a_npc.cpp
@@ -1,4 +1,4 @@
-#include "d/dolzel_rel.h"
+#include "d/dolzel.h"
#include "d/actor/d_a_npc.h"
#include "d/actor/d_a_npc_tk.h"