Include <folly/portability/SysTime.h> rather than <sys/time.h>
[folly.git] / folly / test / AtomicHashMapTest.cpp
index 4e5000d248267c13f61db6ddd0886c89257a3d3d..9082ddd62092ea10f04719f5c9e77b5b5dbf63d1 100644 (file)
 
 #include <glog/logging.h>
 #include <gtest/gtest.h>
-#include <sys/time.h>
 #include <thread>
 #include <atomic>
 #include <memory>
 #include <folly/Benchmark.h>
 #include <folly/Conv.h>
+#include <folly/portability/SysTime.h>
 
 using std::vector;
 using std::string;