2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-11 06:32:27 +00:00

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.
This commit is contained in:
Thorsten Schöning 2015-11-18 11:52:53 +01:00 committed by Jay Berkenbilt
parent d404360461
commit e0201c12cc

View File

@ -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;