Browse Source

Fix build with custom DPF

Signed-off-by: falkTX <falktx@falktx.com>
develop
falkTX 5 months ago
parent
commit
d53b62e9b9
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      zynaddsubfx-synth.cpp
  2. +1
    -1
      zynaddsubfx-ui.cpp

+ 2
- 2
zynaddsubfx-synth.cpp View File

@@ -22,8 +22,8 @@

#include "CarlaMathUtils.hpp"

#include "distrho/extra/ScopedPointer.hpp"
#include "distrho/extra/Sleep.hpp"
#include "extra/ScopedPointer.hpp"
#include "extra/Sleep.hpp"

#include <ctime>
#include <set>


+ 1
- 1
zynaddsubfx-ui.cpp View File

@@ -17,7 +17,7 @@

#include "CarlaPipeUtils.hpp"

#include "distrho/extra/String.hpp"
#include "extra/String.hpp"

#define PLUGINVERSION
#define SOURCE_DIR "/usr/share/zynaddsubfx"


Loading…
Cancel
Save