From fd56546f41281f101d5736ad114e0a939a881edf Mon Sep 17 00:00:00 2001 From: Avery King Date: Wed, 18 Sep 2024 22:44:40 -0700 Subject: [PATCH] LV2: Add missing GTK include Signed-off-by: Avery King --- src/effects/lv2/LV2Effect.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/effects/lv2/LV2Effect.h b/src/effects/lv2/LV2Effect.h index f0320d357..950c90806 100644 --- a/src/effects/lv2/LV2Effect.h +++ b/src/effects/lv2/LV2Effect.h @@ -49,6 +49,10 @@ class wxArrayString; #include +#ifdef __WXGTK__ +#include +#endif + // We use deprecated LV2 interfaces to remain compatible with older // plug-ins, so disable warnings LV2_DISABLE_DEPRECATION_WARNINGS