Commit dfb8a30565d7d20806f7edf6b5590b2ece7e8a04

Authored by Jay Berkenbilt
1 parent 80f19cd5

try memory


git-svn-id: svn+q:///qpdf/trunk@842 71b93d88-0707-0410-a8cf-f5a4172ac649
Showing 1 changed file with 1 additions and 2 deletions
include/qpdf/QPDFExc.hh
@@ -11,8 +11,7 @@ @@ -11,8 +11,7 @@
11 #include <qpdf/DLL.h> 11 #include <qpdf/DLL.h>
12 #include <qpdf/Constants.h> 12 #include <qpdf/Constants.h>
13 #include <stdexcept> 13 #include <stdexcept>
14 -#include <fcntl.h>  
15 -#include <stdlib.h> 14 +#include <memory.h>
16 15
17 class DLL_EXPORT QPDFExc: public std::runtime_error 16 class DLL_EXPORT QPDFExc: public std::runtime_error
18 { 17 {