From: Christopher Dykes Date: Sat, 29 Oct 2016 00:20:16 +0000 (-0700) Subject: Include the Time.h portability header where needed X-Git-Tag: v2016.10.31.00~1 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=cc4533454c08dc9db6c09ae22c7a1a003711a69f;p=folly.git 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 --- 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