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
1 changed files with 1 additions and 1 deletions

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;