Commit e0201c12cc2360921da2bcec671da6f062f0aea8
Committed by
Jay Berkenbilt
1 parent
d4043604
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.
Showing
1 changed file
with
1 additions
and
1 deletions
include/qpdf/QPDFWriter.hh
| ... | ... | @@ -24,6 +24,7 @@ |
| 24 | 24 | |
| 25 | 25 | #include <qpdf/Constants.h> |
| 26 | 26 | |
| 27 | +#include <qpdf/QPDFObjectHandle.hh> | |
| 27 | 28 | #include <qpdf/QPDFObjGen.hh> |
| 28 | 29 | #include <qpdf/QPDFXRefEntry.hh> |
| 29 | 30 | |
| ... | ... | @@ -33,7 +34,6 @@ |
| 33 | 34 | #include <qpdf/Buffer.hh> |
| 34 | 35 | |
| 35 | 36 | class QPDF; |
| 36 | -class QPDFObjectHandle; | |
| 37 | 37 | class Pl_Count; |
| 38 | 38 | class Pl_MD5; |
| 39 | 39 | ... | ... |