OpenSystemsDevelopment
/
qpdf
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
f010e07c0c214f9042003a1b9eb855f5c7cfdbb4
Authored by
Jay Berkenbilt
2013-10-28 20:59:58 -0400
1 parent
e1bd72b4
Add missing #include of <string>
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
include/qpdf/QPDFExc.hh
include/qpdf/QPDFExc.hh
View file @
f010e07
...
...
@@ -12,6 +12,7 @@
12
12
#include <qpdf/Types.h>
13
13
14
14
#include <qpdf/Constants.h>
15
+#include <string>
15
16
#include <stdexcept>
16
17
17
18
class QPDFExc: public std::runtime_error
...
...