zynaddsubfx

ZynAddSubFX open source synthesizer
Log | Files | Refs | Submodules | LICENSE

commit 70905c96fe7b9ffde19bc4bc05b0dc53a1ed1707
parent f384d92486d6b515cb628d0f52008a9e03341d8c
Author: fundamental <mark.d.mccurry@gmail.com>
Date:   Sat, 22 Apr 2023 10:20:42 -0400

MidiIn: Add stdint.h header include

Diffstat:
Msrc/Nio/MidiIn.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/Nio/MidiIn.h b/src/Nio/MidiIn.h @@ -17,6 +17,7 @@ #define MIDI_IN_H #include "Engine.h" +#include <stdint.h>//uint8_t namespace zyn {