app-editors/zed: Stabilize 0.165.4 amd64, #948967
[gentoo/gentoo.git] / x11-misc / bbcd / files / bbcd-0.3.1-gcc4.3.patch
blob90c2d4ab8d8ec0e97b495ed8fabc1d18684bc910
1 Add header to be compatible with gcc-4.3 and glibc-2.8.
2 --- bbcd-0.3.1/Image.cc
3 +++ bbcd-0.3.1/Image.cc
4 @@ -29,6 +29,7 @@
5 //# include <stdio.h>
6 //#endif // HAVE_STDIO_H
7 #include <iostream>
8 +#include <cstring>
10 #include <algorithm>
11 using std::max;