mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-09 20:50:43 +00:00
Explicitly include <limits> to fix Qt4 build.
Signed-off-by: Mark Watkins <jedimark@users.sourceforge.net>
This commit is contained in:
parent
fc51eb7fee
commit
8ac829a3d1
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user