summarylogtreecommitdiffstats
path: root/libcmatrix-3.2.1-gcc4.4.patch
blob: 985b6087c475b1c1f0e410832fa220b993f83dfc (plain)
1
2
3
4
5
6
7
8
9
10
11
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 {