Skip to content

Commit

Permalink
Merged revision(s) 21529 from trunk/OpenMPT:
Browse files Browse the repository at this point in the history
[Fix] mpt/random/random.hpp: Add missing includes.
........


git-svn-id: https://source.openmpt.org/svn/openmpt/branches/OpenMPT-1.30@21531 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
manxorist committed Aug 29, 2024
1 parent d1c2865 commit 879dd36
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/mpt/random/random.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@
#include "mpt/base/namespace.hpp"
#include "mpt/random/engine.hpp"

#include <limits>
#include <type_traits>

#include <cstddef>


namespace mpt {
inline namespace MPT_INLINE_NS {
Expand Down

0 comments on commit 879dd36

Please sign in to comment.