From 857bb208d338e117f2a864407e34de76da360d8a Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sun, 24 May 2015 15:34:56 -0400 Subject: include time.h in QUtil.hh QUtil.hh needs time.h to get time_t on some platforms. Thanks Peter Korsgaard --- include/qpdf/QUtil.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/qpdf/QUtil.hh b/include/qpdf/QUtil.hh index 5c2e5488..7f912e2d 100644 --- a/include/qpdf/QUtil.hh +++ b/include/qpdf/QUtil.hh @@ -14,6 +14,7 @@ #include #include #include +#include class RandomDataProvider; -- cgit v1.2.3-54-g00ecf