From: <sv...@op...> - 2025-06-11 13:47:42
|
Author: manx Date: Wed Jun 11 15:47:34 2025 New Revision: 23453 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=23453 Log: [Fix] mpt/random/random.hpp: Add missing include. Modified: trunk/OpenMPT/src/mpt/random/random.hpp Modified: trunk/OpenMPT/src/mpt/random/random.hpp ============================================================================== --- trunk/OpenMPT/src/mpt/random/random.hpp Tue Jun 10 17:38:56 2025 (r23452) +++ trunk/OpenMPT/src/mpt/random/random.hpp Wed Jun 11 15:47:34 2025 (r23453) @@ -6,6 +6,7 @@ #include "mpt/base/detect.hpp" +#include "mpt/base/integer.hpp" #include "mpt/base/namespace.hpp" #include "mpt/random/engine.hpp" |