From 8121781749aba5cc3de0b5633ecef31840d7f33d Mon Sep 17 00:00:00 2001 From: falkTX Date: Tue, 28 Mar 2023 00:23:11 +0200 Subject: [PATCH] Fix macOS build Signed-off-by: falkTX --- distrho/DistrhoUI_macOS.mm | 1 + 1 file changed, 1 insertion(+) diff --git a/distrho/DistrhoUI_macOS.mm b/distrho/DistrhoUI_macOS.mm index 80b06182..f2b33593 100644 --- 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"