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