2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-09-28 04:59:05 +00:00

try stdlib.h

git-svn-id: svn+q:///qpdf/trunk@841 71b93d88-0707-0410-a8cf-f5a4172ac649
This commit is contained in:
Jay Berkenbilt 2009-10-20 02:08:38 +00:00
parent f0557a96fd
commit 80f19cd573

View File

@ -12,6 +12,7 @@
#include <qpdf/Constants.h>
#include <stdexcept>
#include <fcntl.h>
#include <stdlib.h>
class DLL_EXPORT QPDFExc: public std::runtime_error
{