aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2009-10-20 04:11:04 +0200
committerJay Berkenbilt <ejb@ql.org>2009-10-20 04:11:04 +0200
commitef156afd1e6052d8b8933c79c76ea9db9933d189 (patch)
tree4eb229df1c416c438015d213bbfdead080abaa60 /include
parentdfb8a30565d7d20806f7edf6b5590b2ece7e8a04 (diff)
downloadqpdf-ef156afd1e6052d8b8933c79c76ea9db9933d189.tar.zst
QUtil
git-svn-id: svn+q:///qpdf/trunk@843 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QPDFExc.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/qpdf/QPDFExc.hh b/include/qpdf/QPDFExc.hh
index 12c3b615..b3589701 100644
--- a/include/qpdf/QPDFExc.hh
+++ b/include/qpdf/QPDFExc.hh
@@ -10,8 +10,8 @@
#include <qpdf/DLL.h>
#include <qpdf/Constants.h>
-#include <stdexcept>
-#include <memory.h>
+#include <qpdf/QUtil.hh>
+
class DLL_EXPORT QPDFExc: public std::runtime_error
{