summaryrefslogtreecommitdiff
blob: d6bad4d9dda4b4e6a2405713a6d9008ec3bf8d24 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- fireflies-2.07/libgfx/src/raster.cxx.old	2008-07-29 17:53:35.000000000 -0500
+++ fireflies-2.07/libgfx/src/raster.cxx	2008-07-29 17:53:51.000000000 -0500
@@ -9,7 +9,7 @@
 #include <gfx/gfx.h>
 #include <gfx/raster.h>
 
-#include <string>
+#include <cstring>
 #include <cctype>
 
 ByteRaster::ByteRaster(const ByteRaster &img)