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 "rng_sfmt.h"
|
||||||
#include <QDateTime>
|
#include <QDateTime>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
#include <climits>
|
||||||
#include <stdexcept>
|
#include <stdexcept>
|
||||||
|
|
||||||
// This is from gcc sources, namely from fixincludes/inclhack.def
|
// This is from gcc sources, namely from fixincludes/inclhack.def
|
||||||
|
|
Loading…
Reference in a new issue