Commit 80f19cd573a4304837d8c20eb67aae5203902081
1 parent
f0557a96
try stdlib.h
git-svn-id: svn+q:///qpdf/trunk@841 71b93d88-0707-0410-a8cf-f5a4172ac649
Showing
1 changed file
with
1 additions
and
0 deletions
include/qpdf/QPDFExc.hh
| @@ -12,6 +12,7 @@ | @@ -12,6 +12,7 @@ | ||
| 12 | #include <qpdf/Constants.h> | 12 | #include <qpdf/Constants.h> |
| 13 | #include <stdexcept> | 13 | #include <stdexcept> |
| 14 | #include <fcntl.h> | 14 | #include <fcntl.h> |
| 15 | +#include <stdlib.h> | ||
| 15 | 16 | ||
| 16 | class DLL_EXPORT QPDFExc: public std::runtime_error | 17 | class DLL_EXPORT QPDFExc: public std::runtime_error |
| 17 | { | 18 | { |