7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-19 00:21:36 +00:00

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

View File

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