Use the GTest portability headers
[folly.git] / folly / test / RandomTest.cpp
index d7c4f4a58ab988ac4a64b00bbbad1b069e0a3e17..7d175b6e3bb2fe79ab7deed7ef1438e767009130 100644 (file)
 #include <folly/Random.h>
 
 #include <glog/logging.h>
-#include <gtest/gtest.h>
 
 #include <algorithm>
 #include <thread>
 #include <vector>
 #include <random>
 
+#include <folly/portability/GTest.h>
+
 using namespace folly;
 
 TEST(Random, StateSize) {