diff --git a/libs/kimath/include/geometry/geometry_utils.h b/libs/kimath/include/geometry/geometry_utils.h index 5ef51f96b7..ec6296fefa 100644 --- a/libs/kimath/include/geometry/geometry_utils.h +++ b/libs/kimath/include/geometry/geometry_utils.h @@ -150,7 +150,7 @@ template ::value>::type> VECTOR2 GetClampedCoords( const VECTOR2& aCoords, pad_type aPadding = 1u ) { - typedef std::numeric_limits coord_limits; + typedef std::numeric_limits coord_limits; long long max = static_cast( coord_limits::max() ) - aPadding; long long min = -max;