From f13e95932df72748fd2d2afa2030490a169a79bc Mon Sep 17 00:00:00 2001 From: Lost Robot <34612565+LostRobotMusic@users.noreply.github.com> Date: Tue, 25 Apr 2023 11:06:15 -0700 Subject: [PATCH] Include cstdint (#6697) --- plugins/MidiImport/portsmf/allegro.h | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/MidiImport/portsmf/allegro.h b/plugins/MidiImport/portsmf/allegro.h index ca5859aef..6210652e2 100644 --- a/plugins/MidiImport/portsmf/allegro.h +++ b/plugins/MidiImport/portsmf/allegro.h @@ -49,6 +49,7 @@ #ifndef ALLEGRO_H #define ALLEGRO_H #include +#include #include #include #include