blob: 90c2d4ab8d8ec0e97b495ed8fabc1d18684bc910 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
Add header to be compatible with gcc-4.3 and glibc-2.8.
--- bbcd-0.3.1/Image.cc
+++ bbcd-0.3.1/Image.cc
@@ -29,6 +29,7 @@
//# include <stdio.h>
//#endif // HAVE_STDIO_H
#include <iostream>
+#include <cstring>
#include <algorithm>
using std::max;
|