Commit 7c08aa42808c4167f51570f6a99dc8e4dfda6ccf

Authored by Thorsten Schöning
Committed by Jay Berkenbilt
1 parent bfb93413

Include QPDFExc.hh for use in std::list

Showing 1 changed file with 1 additions and 1 deletions
include/qpdf/QPDF.hh
... ... @@ -17,6 +17,7 @@
17 17 #include <list>
18 18 #include <iostream>
19 19  
  20 +#include <qpdf/QPDFExc.hh>
20 21 #include <qpdf/QPDFObjGen.hh>
21 22 #include <qpdf/QPDFXRefEntry.hh>
22 23 #include <qpdf/QPDFObjectHandle.hh>
... ... @@ -27,7 +28,6 @@
27 28 class QPDF_Stream;
28 29 class BitStream;
29 30 class BitWriter;
30   -class QPDFExc;
31 31  
32 32 class QPDF
33 33 {
... ...