Add <algorithm> for std::min/std::max

This commit is contained in:
Simon Richter 2020-07-30 20:51:41 +02:00 committed by Seth Hillbrand
parent 268dec5c19
commit 71882a7b0e
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@
#include <math/vector2d.h>
#include <limits>
#include <algorithm>
// Needed for the OPT definition
#include <core/optional.h>