commit d030736d3b0b76ee9c4b041619e3c02b58b279f4 parent 1f17a918aaed43cd9e285336aa0a0bfd3ab1be32 Author: dsp56300 <dsp56300@users.noreply.github.com> Date: Sun, 3 Nov 2024 19:10:06 +0100 fix compile error with Juce 8 Diffstat:
M | source/jucePluginEditorLib/patchmanager/patchmanager.cpp | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/source/jucePluginEditorLib/patchmanager/patchmanager.cpp b/source/jucePluginEditorLib/patchmanager/patchmanager.cpp @@ -20,7 +20,9 @@ #include "dsp56kEmu/logging.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 {