File lmms-include-cstdint.patch of Package lmms
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 ca5859aef0..6210652e2f 100644
--- a/plugins/MidiImport/portsmf/allegro.h
+++ b/plugins/MidiImport/portsmf/allegro.h
@@ -49,6 +49,7 @@
#ifndef ALLEGRO_H
#define ALLEGRO_H
#include <assert.h>
+#include <cstdint>
#include <cstring>
#include <istream>
#include <ostream>