From dcbda0cbaa47095ac093c6ff2578d8c8ffafe513 Mon Sep 17 00:00:00 2001 From: Nova Date: Thu, 23 Oct 2025 20:06:53 -0400 Subject: [PATCH] Forgot the luamanagerimp.hpp include. --- apps/openmw/mwlua/types/npc.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/openmw/mwlua/types/npc.cpp b/apps/openmw/mwlua/types/npc.cpp index 7e1bb0288b..83e51c1b89 100644 --- a/apps/openmw/mwlua/types/npc.cpp +++ b/apps/openmw/mwlua/types/npc.cpp @@ -19,6 +19,7 @@ #include "../classbindings.hpp" #include "../localscripts.hpp" +#include "../luamanagerimp.hpp" #include "../racebindings.hpp" #include "../stats.hpp"