mirror of
https://github.com/qpdf/qpdf.git
synced 2024-11-11 15:40:58 +00:00
Add missing #include of <string>
This commit is contained in:
parent
e1bd72b46c
commit
f010e07c0c
@ -12,6 +12,7 @@
|
|||||||
#include <qpdf/Types.h>
|
#include <qpdf/Types.h>
|
||||||
|
|
||||||
#include <qpdf/Constants.h>
|
#include <qpdf/Constants.h>
|
||||||
|
#include <string>
|
||||||
#include <stdexcept>
|
#include <stdexcept>
|
||||||
|
|
||||||
class QPDFExc: public std::runtime_error
|
class QPDFExc: public std::runtime_error
|
||||||
|
Loading…
Reference in New Issue
Block a user