From af21c5775d299f1af00eb3a172ad36c1c0838ff0 Mon Sep 17 00:00:00 2001 From: Jean Pierre Cimalando Date: Mon, 23 Nov 2020 01:18:49 +0100 Subject: [PATCH] Fix a VSTGUI include which will be needed after update --- editor/src/editor/GUIComponents.h | 1 + 1 file changed, 1 insertion(+) diff --git a/editor/src/editor/GUIComponents.h b/editor/src/editor/GUIComponents.h index 5a807b98..e08ccf3d 100644 --- a/editor/src/editor/GUIComponents.h +++ b/editor/src/editor/GUIComponents.h @@ -13,6 +13,7 @@ #include "vstgui/lib/controls/ctextlabel.h" #include "vstgui/lib/controls/cbuttons.h" #include "vstgui/lib/controls/coptionmenu.h" +#include "vstgui/lib/controls/icontrollistener.h" #include "vstgui/lib/cviewcontainer.h" #include "vstgui/lib/ccolor.h" #include "vstgui/lib/dragging.h"