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/libcmatrix/files/libcmatrix-3.2.1-gcc4.4.patch

13 lines
286 B

diff --git a/include/DynamicList.h b/include/DynamicList.h
index f8c1346..05a7b10 100755
--- a/include/DynamicList.h
+++ b/include/DynamicList.h
@@ -4,6 +4,7 @@
#include "BaseList.h"
#include "lcm_basethreads.h"
#include "Warnings.h"
+#include <cstdio>
namespace libcmatrix {