Modifications needed to build ReasonableSynth with MSVC
[ardour.git] / libs / plugins / reasonablesynth.lv2 / rsynth.c
index 68bd81714db997ad7d1007aa08a8e479a47f7f79..4e35c0e3c2bc1cc28482b516493dd61dd843b975 100644 (file)
 #include <stdlib.h>
 #include <string.h>
 #include <stdint.h>
+
+#ifndef COMPILER_MSVC
 #include <stdbool.h>
+#endif
+
 #include <assert.h>
 
 #ifndef BUFFER_SIZE_SAMPLES