Browse Source

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

pull/16/head
Simon Richter 6 years ago
committed by Seth Hillbrand
parent
commit
71882a7b0e
  1. 1
      libs/kimath/include/math/box2.h

1
libs/kimath/include/math/box2.h

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

Loading…
Cancel
Save