1
0
Fork 0

src/Time/TimeManager.cxx: include <algorithm> for std::max.

Hopefully will fix windows build failure.
This commit is contained in:
Julian Smith 2021-04-15 22:24:15 +01:00
parent edc6d88993
commit 1aeef58ded

View file

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