Commit cc453345 authored by Christopher Dykes's avatar Christopher Dykes Committed by Facebook Github Bot

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
parent 5c379929
...@@ -22,13 +22,13 @@ ...@@ -22,13 +22,13 @@
#include <folly/SpookyHashV1.h> #include <folly/SpookyHashV1.h>
#include <folly/portability/GTest.h> #include <folly/portability/GTest.h>
#include <folly/portability/Time.h>
#include <cinttypes> #include <cinttypes>
#include <cstdio> #include <cstdio>
#include <cstddef> #include <cstddef>
#include <cstring> #include <cstring>
#include <cstdlib> #include <cstdlib>
#include <ctime>
#include <glog/logging.h> #include <glog/logging.h>
......
...@@ -22,13 +22,13 @@ ...@@ -22,13 +22,13 @@
#include <folly/SpookyHashV2.h> #include <folly/SpookyHashV2.h>
#include <folly/portability/GTest.h> #include <folly/portability/GTest.h>
#include <folly/portability/Time.h>
#include <cinttypes> #include <cinttypes>
#include <cstdio> #include <cstdio>
#include <cstddef> #include <cstddef>
#include <cstring> #include <cstring>
#include <cstdlib> #include <cstdlib>
#include <ctime>
#include <glog/logging.h> #include <glog/logging.h>
......
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