Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 117047
Collapse All | Expand All

(-)poppler-0.4.3/utils/HtmlOutputDev.cc.orig (+2 lines)
Lines 27-33 Link Here
27
#include "config.h"
27
#include "config.h"
28
#include "Error.h"
28
#include "Error.h"
29
#include "GfxState.h"
29
#include "GfxState.h"
30
#ifdef ENABLE_LIBJPEG
30
#include "DCTStream.h"
31
#include "DCTStream.h"
32
#endif
31
#include "GlobalParams.h"
33
#include "GlobalParams.h"
32
#include "HtmlOutputDev.h"
34
#include "HtmlOutputDev.h"
33
#include "HtmlFonts.h"
35
#include "HtmlFonts.h"
(-)poppler-0.4.3/utils/ImageOutputDev.cc.orig (+2 lines)
Lines 22-28 Link Here
22
#include "GfxState.h"
22
#include "GfxState.h"
23
#include "Object.h"
23
#include "Object.h"
24
#include "Stream.h"
24
#include "Stream.h"
25
#ifdef ENABLE_LIBJPEG
25
#include "DCTStream.h"
26
#include "DCTStream.h"
27
#endif
26
#include "ImageOutputDev.h"
28
#include "ImageOutputDev.h"
27
29
28
ImageOutputDev::ImageOutputDev(char *fileRootA, GBool dumpJPEGA) {
30
ImageOutputDev::ImageOutputDev(char *fileRootA, GBool dumpJPEGA) {

Return to bug 117047