DPF

DISTRHO Plugin Framework
Log | Files | Refs | Submodules | README | LICENSE

commit 8121781749aba5cc3de0b5633ecef31840d7f33d
parent b0d860f5d64431ebaff9d2425e222107c07b2775
Author: falkTX <falktx@falktx.com>
Date:   Tue, 28 Mar 2023 00:22:44 +0200

Fix macOS build

Signed-off-by: falkTX <falktx@falktx.com>

Diffstat:
Mdistrho/DistrhoUI_macOS.mm | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/distrho/DistrhoUI_macOS.mm b/distrho/DistrhoUI_macOS.mm @@ -16,6 +16,7 @@ // A few utils declared in DistrhoUI.cpp but defined here because they use Obj-C +#include "DistrhoDetails.hpp" #include "src/DistrhoPluginChecks.h" #include "src/DistrhoDefines.h"