[poppler] cpp/poppler-image.cpp
Pino Toscano
pino at kemper.freedesktop.org
Thu Oct 14 09:33:09 PDT 2010
cpp/poppler-image.cpp | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 4a248b3f523209ec16ace587229412653b2276d0
Author: Pino Toscano <pino at kde.org>
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
More information about the poppler
mailing list