This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
VCV-Prototype
mirror of
https://github.com/VCVRack/VCV-Prototype.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
3
Wiki
Activity
Browse Source
Add missing include on Windows.
faust
Stephane Letz
4 years ago
parent
4e82051dae
commit
50b9e7f653
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save