From c97f6fdf31ecfc3e18e938e80ad98e694cb5d3fe Mon Sep 17 00:00:00 2001 From: TotallyNotElite <1yourexperiment@protonmail.com> Date: Fri, 25 Oct 2019 16:56:40 +0200 Subject: [PATCH] fix compile error when building engine drawing build --- src/hooks/visual/PaintTraverse.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hooks/visual/PaintTraverse.cpp b/src/hooks/visual/PaintTraverse.cpp index 83a62060..518966f0 100644 --- a/src/hooks/visual/PaintTraverse.cpp +++ b/src/hooks/visual/PaintTraverse.cpp @@ -7,6 +7,7 @@ #include #include "HookedMethods.hpp" #include "CatBot.hpp" +#include "drawmgr.hpp" static settings::Int software_cursor_mode{ "visual.software-cursor-mode", "0" }; static settings::Boolean debug_log_panel_names{ "debug.log-panels", "false" };