Skip to content

Commit

Permalink
Include QPDFExc.hh for use in std::list
Browse files Browse the repository at this point in the history
  • Loading branch information
tschoening authored and jberkenbilt committed Jan 24, 2016
1 parent bfb9341 commit 7c08aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/qpdf/QPDF.hh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#include <list>
#include <iostream>

#include <qpdf/QPDFExc.hh>
#include <qpdf/QPDFObjGen.hh>
#include <qpdf/QPDFXRefEntry.hh>
#include <qpdf/QPDFObjectHandle.hh>
Expand All @@ -27,7 +28,6 @@
class QPDF_Stream;
class BitStream;
class BitWriter;
class QPDFExc;

class QPDF
{
Expand Down

0 comments on commit 7c08aa4

Please sign in to comment.