Skip to content

Commit b350430

Browse files
committed
Include <random> for std::random_device on non-apple
1 parent de5d749 commit b350430

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

PlayerInfo.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ PARTICULAR PURPOSE. See the GNU General Public License for more details.
3030
#include "UI.h"
3131

3232
#include <sstream>
33+
#ifndef __APPLE__
34+
# include <random>
35+
#endif
3336

3437
using namespace std;
3538

0 commit comments

Comments
 (0)