From d78d50b1094b5ef7a65da0836ac3d083c7d72e5b Mon Sep 17 00:00:00 2001 From: Oliver Sander Date: Wed, 17 Jan 2018 20:32:11 +0100 Subject: [PATCH 3/3] Include missing header Needed so that the type time_t is declared. Bug #104674 --- poppler/Form.h | 1 + 1 file changed, 1 insertion(+) diff --git a/poppler/Form.h b/poppler/Form.h index 5eaeb420..47eecc5b 100644 --- a/poppler/Form.h +++ b/poppler/Form.h @@ -29,6 +29,7 @@ #include "Object.h" #include "Annot.h" +#include #include #include -- 2.15.1