1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/print/qpdf/files/patch-include_qpdf_QPDF.hh
Boris Samorodov 75a96b0afb . fix build with libc++;
. update to version 5.0.1;
. support STAGE.

PR:		ports/183172
Submitted by:	bsam (me)
Approved by:	maintainer (timeout 2 weeks)
2013-11-06 14:52:04 +00:00

11 lines
284 B
C++

--- include/qpdf/QPDF.hh.orig 2013-10-22 10:30:42.941592225 +0400
+++ include/qpdf/QPDF.hh 2013-10-22 10:30:54.303595364 +0400
@@ -16,6 +16,7 @@
#include <map>
#include <list>
#include <iostream>
+#include <ctime>
#include <qpdf/QPDFObjGen.hh>
#include <qpdf/QPDFXRefEntry.hh>