freebsd-ports/graphics/pixieplus/files/patch-app_compressedgif.cpp
Tilman Keskinoz be0393db47 Fix pixieplus compilation with the new ImageMagick
PR:		74489
Submitted by:	Arjan van Leeuwen <avleeuwen@piwebs.com>
2004-12-07 20:04:58 +00:00

13 lines
294 B
C++

--- app/compressedgif.cpp.orig Sat May 22 16:02:26 2004
+++ app/compressedgif.cpp Sun Nov 28 21:37:00 2004
@@ -9,6 +9,10 @@
#include <api.h>
#include <assert.h>
+#include "blob_private.h"
+#include "image_private.h"
+#include "exception_private.h"
+
#ifndef False
#define False 0
#endif