From 44b693de978c55b8da17c8690e3450953325ab88 Mon Sep 17 00:00:00 2001 From: falkTX Date: Sat, 24 Sep 2022 12:39:19 +0100 Subject: [PATCH] Fix C++98 build Signed-off-by: falkTX --- distrho/src/xaymar-vst2/vst.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/distrho/src/xaymar-vst2/vst.h b/distrho/src/xaymar-vst2/vst.h index c167c219..d34510f5 100644 --- a/distrho/src/xaymar-vst2/vst.h +++ b/distrho/src/xaymar-vst2/vst.h @@ -45,7 +45,11 @@ #pragma pack(push, VST_ALIGNMENT) #ifdef __cplusplus +#ifdef DISTRHO_PROPER_CPP11_SUPPORT #include +#else +#include +#endif extern "C" { #else #include