DPF

DISTRHO Plugin Framework
Log | Files | Refs | Submodules | README | LICENSE

commit 614eeaf0ef0390d4956feb991e9038980cf50371
parent 828ce002a0800f66129ed5c1a833dff8ff55faba
Author: falkTX <falktx@falktx.com>
Date:   Tue,  5 Jul 2022 15:07:49 +0100

Add a missing include

Signed-off-by: falkTX <falktx@falktx.com>

Diffstat:
Mdistrho/extra/Runner.hpp | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/distrho/extra/Runner.hpp b/distrho/extra/Runner.hpp @@ -22,6 +22,7 @@ #ifndef DISTRHO_OS_WASM # include "Thread.hpp" #else +# include "String.hpp" # include <emscripten/emscripten.h> #endif