Skip to content

Commit

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


git-svn-id: https://source.openmpt.org/svn/openmpt/branches/OpenMPT-1.30@21714 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
manxorist committed Sep 23, 2024
1 parent 18e8158 commit a384dd5
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 @@ -20,6 +20,7 @@
#include "mpt/random/random.hpp"

#include <chrono>
#include <iterator>
#include <limits>
#include <memory>
#include <random>
Expand Down

0 comments on commit a384dd5

Please sign in to comment.