From c60948be9ec8e99eeba6647fd291c6d3b115a855 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Thu, 24 Jul 2025 01:04:25 -0500 Subject: [PATCH] add stdint.h to ymf278.h issue #2610 --- src/engine/platform/sound/ymf278b/ymf278.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/engine/platform/sound/ymf278b/ymf278.h b/src/engine/platform/sound/ymf278b/ymf278.h index b0622adb2..7e79c10c4 100644 --- a/src/engine/platform/sound/ymf278b/ymf278.h +++ b/src/engine/platform/sound/ymf278b/ymf278.h @@ -1,6 +1,7 @@ #ifndef YMF278_HH #define YMF278_HH +#include #include #include #include