Use the GTest portability headers
[folly.git] / folly / test / ClockGettimeWrappersTest.cpp
index 8516d6d982ce979f8358f438f209919e00fdeee4..4d1950a739ded422b18eed4fc32b32cfb2f2a15e 100644 (file)
 #include <folly/ClockGettimeWrappers.h>
 
 #include <folly/test/TestUtils.h>
+#include <folly/portability/GTest.h>
 
 #include <chrono>
 
-#include <gtest/gtest.h>
-
 static constexpr auto kAcceptableDeltaSecs = std::chrono::seconds(120);
 
 using folly::test::AreWithinSecs;