From df5d035fa306e7a7205cbb6ea6fa2ba5b5ee64ac Mon Sep 17 00:00:00 2001 From: Petr Mironychev <9195189+Palm1r@users.noreply.github.com> Date: Thu, 3 Apr 2025 23:45:53 +0200 Subject: [PATCH] fix: Add editorManager include --- context/ContextManager.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/context/ContextManager.cpp b/context/ContextManager.cpp index d0b5e95..9ddeeb8 100644 --- a/context/ContextManager.cpp +++ b/context/ContextManager.cpp @@ -25,6 +25,7 @@ #include #include "settings/GeneralSettings.hpp" +#include #include #include #include