From 9267d8736cb3e692ad4bebb5fc3368fd66f505e7 Mon Sep 17 00:00:00 2001 From: falkTX Date: Wed, 25 May 2022 17:03:52 +0100 Subject: [PATCH] Some more build fixing Signed-off-by: falkTX --- dpf | 2 +- plugins/Cardinal/src/Ildaeil.cpp | 2 ++ plugins/Makefile | 3 +++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/dpf b/dpf index c21bc7d..f9e6b10 160000 --- a/dpf +++ b/dpf @@ -1 +1 @@ -Subproject commit c21bc7da9d52beab7d9eea540a03320b32e7e499 +Subproject commit f9e6b101a1b0da27bcfd873c10ed395ba41d8c46 diff --git a/plugins/Cardinal/src/Ildaeil.cpp b/plugins/Cardinal/src/Ildaeil.cpp index 59809b9..89d19ab 100644 --- a/plugins/Cardinal/src/Ildaeil.cpp +++ b/plugins/Cardinal/src/Ildaeil.cpp @@ -45,6 +45,8 @@ #include "water/streams/MemoryOutputStream.h" #include "water/xml/XmlDocument.h" +#include + #ifndef CARDINAL_SYSDEPS // private method that takes ownership, we can use it to avoid superfulous allocations extern "C" { diff --git a/plugins/Makefile b/plugins/Makefile index a32b910..7514f93 100644 --- a/plugins/Makefile +++ b/plugins/Makefile @@ -500,6 +500,9 @@ CATROMODULO_CUSTOM = LowFrequencyOscillator NumDisplayWidget PLUGIN_FILES += $(filter-out cf/src/plugin.cpp,$(wildcard cf/src/*.cpp)) +# modules/types which are present in other plugins +CF_CUSTOM = $(DRWAV) + # -------------------------------------------------------------- # DrumKit