ports/graphics/poppler/files/patch-qt5_src_poppler-form.h
Guido Falsi b08077f77d Fix graphics/poppler-qt5 provided include file, causing dependent
ports to fail when including it.

PR:		221805
Submitted by:	me
Approved by:	gnome (kwm)
2018-04-10 18:46:47 +00:00

10 lines
257 B
C++

--- qt5/src/poppler-form.h.orig 2017-07-02 21:00:50 UTC
+++ qt5/src/poppler-form.h
@@ -26,6 +26,7 @@
#include <QtCore/QStringList>
#include <QtCore/QSharedPointer>
#include "poppler-export.h"
+#include <ctime> // time_t
class Page;
class FormWidget;