Browse Source

Only include Thread.hpp as needed

Signed-off-by: falkTX <falktx@falktx.com>
pull/349/head
falkTX 3 years ago
parent
commit
8fd9d95c74
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      distrho/src/DistrhoPluginJACK.cpp

+ 3
- 1
distrho/src/DistrhoPluginJACK.cpp View File

@@ -23,7 +23,9 @@
# include "../extra/Sleep.hpp"
#endif

#include "../extra/Thread.hpp"
#ifdef DPF_RUNTIME_TESTING
# include "../extra/Thread.hpp"
#endif

#include "jackbridge/JackBridge.cpp"
#include "lv2/lv2.h"


Loading…
Cancel
Save