[poppler] qt5/src
Albert Astals Cid
aacid at kemper.freedesktop.org
Sun Aug 27 10:17:09 UTC 2017
qt5/src/poppler-form.h | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 1602610ce2bbab2feb0177f0876e1ed0ee40a472
Author: Tobias C. Berner <tcberner at freebsd.org>
Date: Sun Aug 27 12:16:05 2017 +0200
Include time.h for time_t
diff --git a/qt5/src/poppler-form.h b/qt5/src/poppler-form.h
index e39d6a26..dbe1f561 100644
--- a/qt5/src/poppler-form.h
+++ b/qt5/src/poppler-form.h
@@ -4,6 +4,7 @@
* Copyright (C) 2012, Adam Reichold <adamreichold at myopera.com>
* Copyright (C) 2016, Hanno Meyer-Thurow <h.mth at web.de>
* Copyright (C) 2017, Hans-Ulrich Jüttner <huj at froreich-bioscientia.de>
+ * Copyright (C) 2017, Tobias C. Berner <tcberner at freebsd.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -23,6 +24,7 @@
#ifndef _POPPLER_QT5_FORM_H_
#define _POPPLER_QT5_FORM_H_
+#include <time.h>
#include <QtCore/QDateTime>
#include <QtCore/QList>
#include <QtCore/QRectF>
More information about the poppler
mailing list