2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-21 11:22:21 +00:00

Add missing #include of <string>

This commit is contained in:
Jay Berkenbilt 2013-10-28 20:59:58 -04:00
parent e1bd72b46c
commit f010e07c0c

View File

@ -12,6 +12,7 @@
#include <qpdf/Types.h>
#include <qpdf/Constants.h>
#include <string>
#include <stdexcept>
class QPDFExc: public std::runtime_error