Commit 1b2d5ef8 authored by Orvid King's avatar Orvid King Committed by Facebook Github Bot

Fix build of chrono/Conv.h under MSVC

Summary: `timespec` is defined in `sys/time.h`, so don't rely on `<chrono>` including it.

Reviewed By: yfeldblum

Differential Revision: D7462731

fbshipit-source-id: 590954e2230a0da322e2f5eb966bb49b18aa56f7
parent b9f4ba50
......@@ -31,6 +31,7 @@
#include <folly/Conv.h>
#include <folly/Expected.h>
#include <folly/portability/SysTypes.h>
namespace folly {
namespace detail {
......
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