mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-11 00:24:47 -07:00
Included climits for UINT_MAX non-aware compilers.
This commit is contained in:
parent
f964dcc656
commit
69201460e6
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
#include "rng_sfmt.h"
|
||||
#include <QDateTime>
|
||||
#include <algorithm>
|
||||
#include <climits>
|
||||
#include <stdexcept>
|
||||
|
||||
// This is from gcc sources, namely from fixincludes/inclhack.def
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue