Commit da882a6e authored by Max Kellermann's avatar Max Kellermann

time/Convert: include sys/time.h for struct timeval

parent aeb89aa9
......@@ -35,6 +35,7 @@
#include <stdexcept>
#include <time.h>
#include <sys/time.h> /* for struct timeval */
struct tm
GmTime(std::chrono::system_clock::time_point tp)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment