pkgsrc/print/qpdf/patches/patch-include_qpdf_QPDFExc.hh

13 lines
312 B
C++
Raw Normal View History

2013-05-09 16:01:43 +02:00
$NetBSD: patch-include_qpdf_QPDFExc.hh,v 1.1 2013/05/09 14:01:44 joerg Exp $
--- include/qpdf/QPDFExc.hh.orig 2013-05-09 11:09:27.000000000 +0000
+++ include/qpdf/QPDFExc.hh
@@ -13,6 +13,7 @@
#include <qpdf/Constants.h>
#include <stdexcept>
+#include <string>
class QPDFExc: public std::runtime_error
{