DPF

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

commit bad716bc14e56c3a7c276b1a77bfdcefc4e8df37
parent b139002d382e3ed8c36a55d1493e6b0229a03105
Author: falkTX <falktx@falktx.com>
Date:   Thu,  2 Jun 2022 02:28:15 +0100

Fix C++98 build

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

Diffstat:
Mdistrho/src/DistrhoUI.cpp | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/distrho/src/DistrhoUI.cpp b/distrho/src/DistrhoUI.cpp @@ -17,6 +17,8 @@ #include "src/DistrhoPluginChecks.h" #include "src/DistrhoDefines.h" +#include <cstddef> + #ifdef DISTRHO_PROPER_CPP11_SUPPORT # include <cstdint> #else