[poppler] poppler/Form.h
Albert Astals Cid
aacid at kemper.freedesktop.org
Wed Jan 17 21:34:00 UTC 2018
poppler/Form.h | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 7342327039dfc750934f3ce7ff0bdb6bc585151c
Author: Albert Astals Cid <aacid at kde.org>
Date: Wed Jan 17 22:33:42 2018 +0100
Form.h: include time.h for time_t
diff --git a/poppler/Form.h b/poppler/Form.h
index 5eaeb420..8f7cb377 100644
--- a/poppler/Form.h
+++ b/poppler/Form.h
@@ -29,6 +29,8 @@
#include "Object.h"
#include "Annot.h"
+#include <time.h>
+
#include <set>
#include <vector>
More information about the poppler
mailing list