You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-libs/ignition-math/files/includes.patch

13 lines
361 B

Index: ignition-math6_6.4.0/src/RollingMean.cc
===================================================================
--- ignition-math6_6.4.0.orig/src/RollingMean.cc
+++ ignition-math6_6.4.0/src/RollingMean.cc
@@ -17,6 +17,7 @@
#include <numeric>
#include <deque>
+#include <limits>
#include "ignition/math/RollingMean.hh"
using namespace ignition::math;