From 4a248b3f523209ec16ace587229412653b2276d0 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Thu, 14 Oct 2010 18:32:05 +0200 Subject: [cpp] make it compile also when there are no image formats available including the ImgWirter.h is enough to get the definition of ImgWriter --- cpp/poppler-image.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp/poppler-image.cpp') diff --git a/cpp/poppler-image.cpp b/cpp/poppler-image.cpp index fcb58d62..36f0aa89 100644 --- a/cpp/poppler-image.cpp +++ b/cpp/poppler-image.cpp @@ -21,6 +21,7 @@ #include "poppler-image-private.h" #include +#include "ImgWriter.h" #if defined(ENABLE_LIBPNG) #include "PNGWriter.h" #endif -- cgit v1.2.3