Browse Source

Fix C++98 build

Signed-off-by: falkTX <falktx@falktx.com>
pull/321/head
falkTX 2 years ago
parent
commit
bad716bc14
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      distrho/src/DistrhoUI.cpp

+ 2
- 0
distrho/src/DistrhoUI.cpp View File

@@ -17,6 +17,8 @@
#include "src/DistrhoPluginChecks.h"
#include "src/DistrhoDefines.h"

#include <cstddef>

#ifdef DISTRHO_PROPER_CPP11_SUPPORT
# include <cstdint>
#else


Loading…
Cancel
Save