From cc4533454c08dc9db6c09ae22c7a1a003711a69f Mon Sep 17 00:00:00 2001 From: Christopher Dykes Date: Fri, 28 Oct 2016 17:20:16 -0700 Subject: [PATCH] Include the Time.h portability header where needed Summary: In this case, the SpookyHash tests, which call `clock_gettime`. Reviewed By: yfeldblum Differential Revision: D4098997 fbshipit-source-id: e402fd6626e59ccc555513384e93ef0ef891bbf3 --- folly/test/SpookyHashV1Test.cpp | 2 +- folly/test/SpookyHashV2Test.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/folly/test/SpookyHashV1Test.cpp b/folly/test/SpookyHashV1Test.cpp index 9b78bda3..9a63e127 100644 --- a/folly/test/SpookyHashV1Test.cpp +++ b/folly/test/SpookyHashV1Test.cpp @@ -22,13 +22,13 @@ #include #include +#include #include #include #include #include #include -#include #include diff --git a/folly/test/SpookyHashV2Test.cpp b/folly/test/SpookyHashV2Test.cpp index 26a0c8a6..1742ac3b 100644 --- a/folly/test/SpookyHashV2Test.cpp +++ b/folly/test/SpookyHashV2Test.cpp @@ -22,13 +22,13 @@ #include #include +#include #include #include #include #include #include -#include #include -- 2.34.1