~vcs-imports/poppler/master

« back to all changes in this revision

Viewing changes to poppler/Form.h

  • Committer: Albert Astals Cid
  • Date: 2018-01-17 21:33:42 UTC
  • Revision ID: git-v1:7342327039dfc750934f3ce7ff0bdb6bc585151c
Form.h: include time.h for time_t

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
#include "Object.h"
30
30
#include "Annot.h"
31
31
 
 
32
#include <time.h>
 
33
 
32
34
#include <set>
33
35
#include <vector>
34
36