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/media-gfx/librecad/files/iota-fix-2.1.1.patch

11 lines
264 B

--- librecad/src/lib/engine/rs_spline.cpp.old 2016-06-20 20:43:27.000000000 +0200
+++ librecad/src/lib/engine/rs_spline.cpp 2016-09-05 13:23:25.459841304 +0200
@@ -26,6 +26,7 @@
#include<iostream>
#include<cmath>
+#include<numeric>
#include "rs_spline.h"