Author: sagamusix
Date: Fri May 31 02:01:25 2024
New Revision: 20876
URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=20876
Log:
[Fix] Another compile fix for libopenmpt builds.
Modified:
trunk/OpenMPT/soundlib/PlayState.h
Modified: trunk/OpenMPT/soundlib/PlayState.h
==============================================================================
--- trunk/OpenMPT/soundlib/PlayState.h Fri May 31 01:56:11 2024 (r20875)
+++ trunk/OpenMPT/soundlib/PlayState.h Fri May 31 02:01:25 2024 (r20876)
@@ -15,6 +15,10 @@
#include "plugins/PluginStructs.h"
#include "Snd_defs.h"
+#include <map>
+#include <optional>
+#include <vector>
+
OPENMPT_NAMESPACE_BEGIN
struct PlayState
|