From 01bb6df9baa88d5c181ff02fd3ef8b7122017bfc Mon Sep 17 00:00:00 2001 From: fed <58637860+fedddddd@users.noreply.github.com> Date: Sun, 23 Oct 2022 23:31:32 +0200 Subject: [PATCH] Fix build --- src/client/component/scripting.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/client/component/scripting.cpp b/src/client/component/scripting.cpp index 7744f0d0..524102c0 100644 --- a/src/client/component/scripting.cpp +++ b/src/client/component/scripting.cpp @@ -6,6 +6,8 @@ #include "component/scheduler.hpp" #include "component/scripting.hpp" +#include "console.hpp" + #include "game/game.hpp" #include "game/scripting/event.hpp"