blob: ba5eba38a0e95dc4cb6f621289666988de2a46b6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
cstring now contains memcpy.
Written and tested by Lucas Mitrak.
--- a/src/raster-png.cxx
+++ b/src/raster-png.cxx
@@ -12,6 +12,7 @@
#include <vector>
#include <gfx/gfx.h>
#include <gfx/raster.h>
+#include <cstring>
#ifdef HAVE_LIBPNG
--- a/src/raster.cxx
+++ b/src/raster.cxx
@@ -9,7 +9,7 @@
#include <gfx/gfx.h>
#include <gfx/raster.h>
-#include <string>
+#include <cstring>
#include <cctype>
namespace gfx
|