cpp/poppler-image.cpp | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 4a248b3f523209ec16ace587229412653b2276d0
Author: Pino Toscano <[email protected]>
Date: Thu Oct 14 18:32:05 2010 +0200
[cpp] make it compile also when there are no image formats available
including the ImgWirter.h is enough to get the definition of ImgWriter
diff --git a/cpp/poppler-image.cpp b/cpp/poppler-image.cpp
index fcb58d6..36f0aa8 100644
--- a/cpp/poppler-image.cpp
+++ b/cpp/poppler-image.cpp
@@ -21,6 +21,7 @@
#include "poppler-image-private.h"
#include <config.h>
+#include "ImgWriter.h"
#if defined(ENABLE_LIBPNG)
#include "PNGWriter.h"
#endif
_______________________________________________
poppler mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/poppler