Add missing include <algorithm> for std::max()

This commit is contained in:
Florent Rougon
2017-11-16 00:42:22 +01:00
parent 0c7cabe46f
commit e8648a3f71

View File

@@ -22,6 +22,8 @@
# include <simgear_config.h>
#endif
#include <algorithm>
#include <simgear/debug/logstream.hxx>
#include <simgear/timing/timestamp.hxx>