aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2009-10-20 04:09:37 +0200
committerJay Berkenbilt <ejb@ql.org>2009-10-20 04:09:37 +0200
commitdfb8a30565d7d20806f7edf6b5590b2ece7e8a04 (patch)
tree734ee40defdd01e844f80d99ed09efe1cc7c90e3 /include
parent80f19cd573a4304837d8c20eb67aae5203902081 (diff)
downloadqpdf-dfb8a30565d7d20806f7edf6b5590b2ece7e8a04.tar.zst
try memory
git-svn-id: svn+q:///qpdf/trunk@842 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QPDFExc.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/qpdf/QPDFExc.hh b/include/qpdf/QPDFExc.hh
index 884ad03c..12c3b615 100644
--- a/include/qpdf/QPDFExc.hh
+++ b/include/qpdf/QPDFExc.hh
@@ -11,8 +11,7 @@
#include <qpdf/DLL.h>
#include <qpdf/Constants.h>
#include <stdexcept>
-#include <fcntl.h>
-#include <stdlib.h>
+#include <memory.h>
class DLL_EXPORT QPDFExc: public std::runtime_error
{