aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorThorsten Schöning <tschoening@users.noreply.github.com>2015-11-20 12:58:06 +0100
committerJay Berkenbilt <ejb@ql.org>2016-01-24 18:07:03 +0100
commit7c08aa42808c4167f51570f6a99dc8e4dfda6ccf (patch)
tree818fb2f723d10f486af3f65122c736497756ee1d /include
parentbfb9341310445a1e170636da1cf3a8ee3bf10141 (diff)
downloadqpdf-7c08aa42808c4167f51570f6a99dc8e4dfda6ccf.tar.zst
Include QPDFExc.hh for use in std::list
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QPDF.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/qpdf/QPDF.hh b/include/qpdf/QPDF.hh
index de7c8225..88acf6c5 100644
--- a/include/qpdf/QPDF.hh
+++ b/include/qpdf/QPDF.hh
@@ -17,6 +17,7 @@
#include <list>
#include <iostream>
+#include <qpdf/QPDFExc.hh>
#include <qpdf/QPDFObjGen.hh>
#include <qpdf/QPDFXRefEntry.hh>
#include <qpdf/QPDFObjectHandle.hh>
@@ -27,7 +28,6 @@
class QPDF_Stream;
class BitStream;
class BitWriter;
-class QPDFExc;
class QPDF
{