Summary: | #include <ctime> is missing in poppler/Form.h | ||
---|---|---|---|
Product: | poppler | Reporter: | Mojca Miklavec <mojca> |
Component: | general | Assignee: | poppler-bugs <poppler-bugs> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | major | ||
Priority: | medium | CC: | oliver.sander |
Version: | unspecified | ||
Hardware: | All | ||
OS: | FreeBSD | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | The trivial patch |
Description
Mojca Miklavec
2018-01-17 12:49:43 UTC
Created attachment 136812 [details] [review] The trivial patch used time.h While it's ok to use "time.h", this is usually done in C. For C++ (and given the fact that the header includes <vector>, it cannot be used in C anyway) it's nicer to use <ctime>. Anyway, the current patch should work as well, thank you very much. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.