src/Time/TimeManager.cxx: include <algorithm> for std::max.
Hopefully will fix windows build failure.
This commit is contained in:
parent
edc6d88993
commit
1aeef58ded
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
#include <Main/globals.hxx>
|
||||
#include <Time/bodysolver.hxx>
|
||||
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h> // for gettimeofday() and the _POSIX_TIMERS define
|
||||
|
|
Loading…
Reference in a new issue