From cbd66aab3127eb606384ede7d9fa229f3b40ff6c Mon Sep 17 00:00:00 2001 From: Francis De Brabandere Date: Thu, 14 Dec 2023 15:57:35 +0100 Subject: [PATCH] fix: g++ 13 requires #include --- src/altsound.h | 1 + src/altsound_data.hpp | 1 + 2 files changed, 2 insertions(+) diff --git a/src/altsound.h b/src/altsound.h index 69b0063..e77b792 100644 --- a/src/altsound.h +++ b/src/altsound.h @@ -7,6 +7,7 @@ #define CALLBACK #endif +#include #include using std::string; diff --git a/src/altsound_data.hpp b/src/altsound_data.hpp index 2882dfc..f1ede7d 100644 --- a/src/altsound_data.hpp +++ b/src/altsound_data.hpp @@ -26,6 +26,7 @@ #include #include #include +#include #define ALT_MAX_CMDS 4 #define BASS_NO_STREAM 0