Skip to content

Commit

Permalink
[Fix] mpt/random/device.hpp: Add missing include.
Browse files Browse the repository at this point in the history
git-svn-id: https://source.openmpt.org/svn/openmpt/trunk/OpenMPT@21710 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
manxorist committed Sep 23, 2024
1 parent 3692bd4 commit 0d230d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mpt/random/device.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#if !defined(MPT_LIBCXX_QUIRK_NO_CHRONO)
#include <chrono>
#endif // !MPT_LIBCXX_QUIRK_NO_CHRONO
#include <iterator>
#include <limits>
#include <memory>
#include <random>
Expand Down

0 comments on commit 0d230d0

Please sign in to comment.