Included climits for UINT_MAX non-aware compilers.

This commit is contained in:
Mark Morschhäuser 2014-05-18 10:54:41 +02:00
parent f964dcc656
commit 69201460e6

View file

@ -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