|
From: <sv...@op...> - 2024-05-28 17:10:16
|
Author: sagamusix Date: Sun May 26 00:31:50 2024 New Revision: 20851 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=20851 Log: [Fix] Compile fix. Modified: trunk/OpenMPT/soundlib/ModChannel.h Modified: trunk/OpenMPT/soundlib/ModChannel.h ============================================================================== --- trunk/OpenMPT/soundlib/ModChannel.h Sun May 26 00:27:30 2024 (r20850) +++ trunk/OpenMPT/soundlib/ModChannel.h Sun May 26 00:31:50 2024 (r20851) @@ -18,6 +18,8 @@ #include "Paula.h" #include "tuningbase.h" +#include <bitset> + OPENMPT_NAMESPACE_BEGIN class CSoundFile; |