Explicitly include <limits> to fix Qt4 build.

Signed-off-by: Mark Watkins <jedimark@users.sourceforge.net>
This commit is contained in:
Sean Stangl 2014-04-22 14:04:59 -07:00 committed by Mark Watkins
parent fc51eb7fee
commit 8ac829a3d1

View File

@ -9,11 +9,14 @@
* License. See the file COPYING in the main directory of the Linux
* distribution for more details. */
#include <QMultiMap>
#include <algorithm>
#include <cmath>
#include <limits>
#include "day.h"
#include "profiles.h"
#include <cmath>
#include <QMultiMap>
#include <algorithm>
Day::Day(Machine *m)
: machine(m)