2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-05-28 07:53:11 +00:00

oops -- put stdexcept back

git-svn-id: svn+q:///qpdf/trunk@845 71b93d88-0707-0410-a8cf-f5a4172ac649
This commit is contained in:
Jay Berkenbilt 2009-10-20 02:35:28 +00:00
parent f5c17421a5
commit 436ebf6017

View File

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