From f010e07c0c214f9042003a1b9eb855f5c7cfdbb4 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Mon, 28 Oct 2013 20:59:58 -0400 Subject: [PATCH] Add missing #include of --- 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 c0a0598..11e6cfe 100644 --- a/include/qpdf/QPDFExc.hh +++ b/include/qpdf/QPDFExc.hh @@ -12,6 +12,7 @@ #include #include +#include #include class QPDFExc: public std::runtime_error -- libgit2 0.21.4