mirror of
https://github.com/qpdf/qpdf.git
synced 2024-12-22 02:49:00 +00:00
include time.h in QUtil.hh
QUtil.hh needs time.h to get time_t on some platforms. Thanks Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
5c9c5d537b
commit
857bb208d3
@ -1,3 +1,7 @@
|
||||
2015-05-24 Jay Berkenbilt <ejb@ql.org>
|
||||
|
||||
* Include time.h in QUtil.hh for time_t
|
||||
|
||||
2015-02-21 Jay Berkenbilt <ejb@ql.org>
|
||||
|
||||
* Detect loops in Pages structure. Thanks to Gynvael Coldwind and
|
||||
|
@ -14,6 +14,7 @@
|
||||
#include <list>
|
||||
#include <stdexcept>
|
||||
#include <stdio.h>
|
||||
#include <time.h>
|
||||
|
||||
class RandomDataProvider;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user