Commit 436ebf601716537d7d867011663aab4a0f4423a4

Authored by Jay Berkenbilt
1 parent f5c17421

oops -- put stdexcept back


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