aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorThorsten Schöning <tschoening@users.noreply.github.com>2015-11-18 11:52:53 +0100
committerJay Berkenbilt <ejb@ql.org>2016-01-24 18:04:25 +0100
commite0201c12cc2360921da2bcec671da6f062f0aea8 (patch)
treed8ffc59fd87d9e334929395a46b93331769ba45e /include
parentd4043604618eaaaac9e24f72177eb94640b6f1f4 (diff)
downloadqpdf-e0201c12cc2360921da2bcec671da6f062f0aea8.tar.zst
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.
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QPDFWriter.hh2
1 files changed, 1 insertions, 1 deletions
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 <qpdf/Constants.h>
+#include <qpdf/QPDFObjectHandle.hh>
#include <qpdf/QPDFObjGen.hh>
#include <qpdf/QPDFXRefEntry.hh>
@@ -33,7 +34,6 @@
#include <qpdf/Buffer.hh>
class QPDF;
-class QPDFObjectHandle;
class Pl_Count;
class Pl_MD5;