From 6341fcee23a29adde8c70859ddda0d0267719fa6 Mon Sep 17 00:00:00 2001 From: David Capello Date: Wed, 1 Sep 2021 12:02:29 -0300 Subject: [PATCH] Add missing #include to use current_editor --- src/app/modules/gfx.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/modules/gfx.cpp b/src/app/modules/gfx.cpp index d76ec8b98..f079a5139 100644 --- a/src/app/modules/gfx.cpp +++ b/src/app/modules/gfx.cpp @@ -15,6 +15,7 @@ #include "app/color_spaces.h" #include "app/color_utils.h" #include "app/console.h" +#include "app/modules/editors.h" #include "app/modules/gui.h" #include "app/modules/palettes.h" #include "app/ui/editor/editor.h"