aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2009-10-20 04:08:38 +0200
committerJay Berkenbilt <ejb@ql.org>2009-10-20 04:08:38 +0200
commit80f19cd573a4304837d8c20eb67aae5203902081 (patch)
tree28e54a1adf20af6614ecc75a64192fdc2559a8c0 /include
parentf0557a96fd6cf99fc5eb5b01fd241cc5a8af0790 (diff)
downloadqpdf-80f19cd573a4304837d8c20eb67aae5203902081.tar.zst
try stdlib.h
git-svn-id: svn+q:///qpdf/trunk@841 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 7d6d8968..884ad03c 100644
--- a/include/qpdf/QPDFExc.hh
+++ b/include/qpdf/QPDFExc.hh
@@ -12,6 +12,7 @@
#include <qpdf/Constants.h>
#include <stdexcept>
#include <fcntl.h>
+#include <stdlib.h>
class DLL_EXPORT QPDFExc: public std::runtime_error
{