gearmulator

Emulation of classic VA synths of the late 90s/2000s that are based on Motorola 56300 family DSPs
Log | Files | Refs | Submodules | README | LICENSE

commit 2caa927c2f27910ab430c30c75b100ee3b613ae7
parent c44e7d1655b3ea4648f39e45b5d893aaed5d2f62
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Tue,  5 Nov 2024 16:58:27 +0100

remove include no longer needed in Juce 8

Diffstat:
Msource/jucePluginEditorLib/patchmanager/tagtreeitem.cpp | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/source/jucePluginEditorLib/patchmanager/tagtreeitem.cpp b/source/jucePluginEditorLib/patchmanager/tagtreeitem.cpp @@ -2,7 +2,10 @@ #include "patchmanager.h" #include "tree.h" + +#if JUCE_MAJOR_VERSION < 8 // they forgot this include but fixed it in version 8+ #include "juce_gui_extra/misc/juce_ColourSelector.h" +#endif namespace jucePluginEditorLib::patchManager {