Files
bsdports/print/libqpdf/files/patch-include_QPDFExc.hh
2019-12-26 07:26:06 +00:00

11 lines
270 B
C++

--- include/qpdf/QPDFExc.hh.orig 2013-10-22 10:56:42.542484811 +0400
+++ include/qpdf/QPDFExc.hh 2013-10-22 10:57:02.738482806 +0400
@@ -13,6 +13,7 @@
#include <qpdf/Constants.h>
#include <stdexcept>
+#include <string>
class QPDFExc: public std::runtime_error
{