Browse Source

Add missing include on Windows.

faust
Stephane Letz 4 years ago
parent
commit
50b9e7f653
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      src/FaustEngine.cpp

+ 4
- 0
src/FaustEngine.cpp View File

@@ -38,6 +38,10 @@
#include <faust/gui/DecoratorUI.h>
#include <faust/gui/ValueConverter.h>

#if defined ARCH_WIN
#include <windows.h>
#endif

#define kBufferSize 64

#ifdef INTERP


Loading…
Cancel
Save