From 436ebf601716537d7d867011663aab4a0f4423a4 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Tue, 20 Oct 2009 02:35:28 +0000 Subject: [PATCH] oops -- put stdexcept back --- include/qpdf/QPDFExc.hh | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/include/qpdf/QPDFExc.hh b/include/qpdf/QPDFExc.hh index 647c078..968cd04 100644 --- a/include/qpdf/QPDFExc.hh +++ b/include/qpdf/QPDFExc.hh @@ -10,6 +10,7 @@ #include #include +#include class DLL_EXPORT QPDFExc: public std::runtime_error { -- libgit2 0.21.4