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