aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2009-10-20 04:35:28 +0200
committerJay Berkenbilt <ejb@ql.org>2009-10-20 04:35:28 +0200
commit436ebf601716537d7d867011663aab4a0f4423a4 (patch)
tree961d33c389a878b162625dc418657af636573a30 /include
parentf5c17421a5f285421ae938da13f9f1ac2f30be41 (diff)
downloadqpdf-436ebf601716537d7d867011663aab4a0f4423a4.tar.zst
oops -- put stdexcept back
git-svn-id: svn+q:///qpdf/trunk@845 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'include')
-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 647c0788..968cd049 100644
--- a/include/qpdf/QPDFExc.hh
+++ b/include/qpdf/QPDFExc.hh
@@ -10,6 +10,7 @@
#include <qpdf/DLL.h>
#include <qpdf/Constants.h>
+#include <stdexcept>
class DLL_EXPORT QPDFExc: public std::runtime_error
{