Add missing #include of <string>

This commit is contained in:
Jay Berkenbilt 2013-10-28 20:59:58 -04:00
parent e1bd72b46c
commit f010e07c0c
1 changed files with 1 additions and 0 deletions

View File

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