From e0201c12cc2360921da2bcec671da6f062f0aea8 Mon Sep 17 00:00:00 2001 From: Thorsten Schöning Date: Wed, 18 Nov 2015 11:52:53 +0100 Subject: [PATCH] Include QPDFObjectHandle for use in std::list --- include/qpdf/QPDFWriter.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/qpdf/QPDFWriter.hh b/include/qpdf/QPDFWriter.hh index 70d1034..b2738c1 100644 --- a/include/qpdf/QPDFWriter.hh +++ b/include/qpdf/QPDFWriter.hh @@ -24,6 +24,7 @@ #include +#include #include #include @@ -33,7 +34,6 @@ #include class QPDF; -class QPDFObjectHandle; class Pl_Count; class Pl_MD5; -- libgit2 0.21.4