summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2013-10-29 01:59:58 +0100
committerJay Berkenbilt <ejb@ql.org>2013-10-29 01:59:58 +0100
commitf010e07c0c214f9042003a1b9eb855f5c7cfdbb4 (patch)
treedcd200c35afc8739dbff272835ae6b8a14505143
parente1bd72b46c5c1b0809560db9e7c5c13946698892 (diff)
downloadqpdf-f010e07c0c214f9042003a1b9eb855f5c7cfdbb4.tar.zst
Add missing #include of <string>
-rw-r--r--include/qpdf/QPDFExc.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/qpdf/QPDFExc.hh b/include/qpdf/QPDFExc.hh
index c0a05983..11e6cfec 100644
--- a/include/qpdf/QPDFExc.hh
+++ b/include/qpdf/QPDFExc.hh
@@ -12,6 +12,7 @@
#include <qpdf/Types.h>
#include <qpdf/Constants.h>
+#include <string>
#include <stdexcept>
class QPDFExc: public std::runtime_error