12 lines
312 B
C++
12 lines
312 B
C++
$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
|
|
{
|