qt5/src/poppler-form.h |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 1602610ce2bbab2feb0177f0876e1ed0ee40a472
Author: Tobias C. Berner <[email protected]>
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 <[email protected]>
  * Copyright (C) 2016, Hanno Meyer-Thurow <[email protected]>
  * Copyright (C) 2017, Hans-Ulrich Jüttner <[email protected]>
+ * Copyright (C) 2017, Tobias C. Berner <[email protected]>
  *
  * 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>
_______________________________________________
poppler mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/poppler

Reply via email to