Use the GTest portability headers
[folly.git] / folly / futures / test / RetryingTest.cpp
index a57507cd5519d459d473521cfe0aa4dc91fbbf9d..6988e5dff1bb7c40973f5279a302eceba12576c7 100644 (file)
 #include <atomic>
 #include <exception>
 #include <vector>
+
 #include <folly/futures/Future.h>
+#include <folly/portability/GTest.h>
 
-#include <gtest/gtest.h>
 
 using namespace std;
 using namespace std::chrono;