Commit ef156afd1e6052d8b8933c79c76ea9db9933d189

Authored by Jay Berkenbilt
1 parent dfb8a305

QUtil


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