Commit 6f2907d7 authored by Orvid King's avatar Orvid King Committed by Facebook Github Bot

Include the SysTime portability header for timeval

Summary: MSVC defines timeval in a weird place, so include the portability header.

Reviewed By: yfeldblum

Differential Revision: D9564726

fbshipit-source-id: f9e43225a889bfb0395178ef809aaa81fb9ccc36
parent 39f37772
......@@ -31,6 +31,7 @@
#include <folly/Conv.h>
#include <folly/Expected.h>
#include <folly/portability/SysTime.h>
#include <folly/portability/SysTypes.h>
namespace folly {
......
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