Browse Source

Fix build after zyn update

tags/1.9.8
falkTX 7 years ago
parent
commit
b8de63faa5
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      source/native-plugins/zynaddsubfx-src.cpp
  2. +1
    -0
      source/native-plugins/zynaddsubfx/rtosc/automations.h

+ 1
- 0
source/native-plugins/zynaddsubfx-src.cpp View File

@@ -45,6 +45,7 @@ extern "C" {
}

// rtosc includes
#include "zynaddsubfx/rtosc/cpp/automations.cpp"
#include "zynaddsubfx/rtosc/cpp/midimapper.cpp"
#include "zynaddsubfx/rtosc/cpp/miditable.cpp"
#undef RTOSC_INVALID_MIDI


+ 1
- 0
source/native-plugins/zynaddsubfx/rtosc/automations.h View File

@@ -1,6 +1,7 @@
#include <rtosc/ports.h>
#include <rtosc/rtosc.h>
#include <cassert>
#pragma once
namespace rtosc {
struct AutomationMapping
{


Loading…
Cancel
Save