Add <algorithm> for std::min/std::max
This commit is contained in:
parent
268dec5c19
commit
71882a7b0e
|
@ -29,6 +29,7 @@
|
|||
|
||||
#include <math/vector2d.h>
|
||||
#include <limits>
|
||||
#include <algorithm>
|
||||
|
||||
// Needed for the OPT definition
|
||||
#include <core/optional.h>
|
||||
|
|
Loading…
Reference in New Issue