Commit f010e07c0c214f9042003a1b9eb855f5c7cfdbb4
1 parent
e1bd72b4
Add missing #include of <string>
Showing
1 changed file
with
1 additions
and
0 deletions
include/qpdf/QPDFExc.hh
| @@ -12,6 +12,7 @@ | @@ -12,6 +12,7 @@ | ||
| 12 | #include <qpdf/Types.h> | 12 | #include <qpdf/Types.h> |
| 13 | 13 | ||
| 14 | #include <qpdf/Constants.h> | 14 | #include <qpdf/Constants.h> |
| 15 | +#include <string> | ||
| 15 | #include <stdexcept> | 16 | #include <stdexcept> |
| 16 | 17 | ||
| 17 | class QPDFExc: public std::runtime_error | 18 | class QPDFExc: public std::runtime_error |