summaryrefslogtreecommitdiff
path: root/libs/plugins/reasonablesynth.lv2/rsynth.c
diff options
context:
space:
mode:
Diffstat (limited to 'libs/plugins/reasonablesynth.lv2/rsynth.c')
-rw-r--r--libs/plugins/reasonablesynth.lv2/rsynth.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/plugins/reasonablesynth.lv2/rsynth.c b/libs/plugins/reasonablesynth.lv2/rsynth.c
index 68bd81714d..4e35c0e3c2 100644
--- a/libs/plugins/reasonablesynth.lv2/rsynth.c
+++ b/libs/plugins/reasonablesynth.lv2/rsynth.c
@@ -25,7 +25,11 @@
#include <stdlib.h>
#include <string.h>
#include <stdint.h>
+
+#ifndef COMPILER_MSVC
#include <stdbool.h>
+#endif
+
#include <assert.h>
#ifndef BUFFER_SIZE_SAMPLES