aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
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
{