From: <sv...@op...> - 2024-05-11 21:14:28
|
Author: sagamusix Date: Sat May 11 23:14:16 2024 New Revision: 20777 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=20777 Log: [Fix] Compile fix for fuzzer builds. Modified: branches/OpenMPT-1.28/common/mptRandom.h Modified: branches/OpenMPT-1.28/common/mptRandom.h ============================================================================== --- branches/OpenMPT-1.28/common/mptRandom.h Sat May 11 23:13:51 2024 (r20776) +++ branches/OpenMPT-1.28/common/mptRandom.h Sat May 11 23:14:16 2024 (r20777) @@ -12,6 +12,7 @@ #include "BuildSettings.h" +#include "mptBaseTypes.h" #include "mptMutex.h" #include <limits> |