Browse Source

Add a missing include

Signed-off-by: falkTX <falktx@falktx.com>
pull/321/head
falkTX 3 years ago
parent
commit
614eeaf0ef
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      distrho/extra/Runner.hpp

+ 1
- 0
distrho/extra/Runner.hpp View File

@@ -22,6 +22,7 @@
#ifndef DISTRHO_OS_WASM
# include "Thread.hpp"
#else
# include "String.hpp"
# include <emscripten/emscripten.h>
#endif



Loading…
Cancel
Save