From e0201c12cc2360921da2bcec671da6f062f0aea8 Mon Sep 17 00:00:00 2001 From: Thorsten Schöning Date: Wed, 18 Nov 2015 11:52:53 +0100 Subject: Include QPDFObjectHandle for use in std::list QPDFObjectHandle was used as forward declaration, but C++-Builder 10 Seattle can't use it in std::list in such cases because the type is undefined. --- include/qpdf/QPDFWriter.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/qpdf/QPDFWriter.hh b/include/qpdf/QPDFWriter.hh index 70d1034b..b2738c1f 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; -- cgit v1.2.3-54-g00ecf