Use the GTest portability headers
[folly.git] / folly / test / VarintTest.cpp
index e5dd0e6a8873ad8d384e38630532ef8fe60c7a07..647ab73ade31f51a5edcfeb1ced313bd60540e3b 100644 (file)
 #include <vector>
 
 #include <glog/logging.h>
-#include <gtest/gtest.h>
 
 #include <folly/Benchmark.h>
 #include <folly/Random.h>
+#include <folly/portability/GTest.h>
 
 DEFINE_int32(random_seed, folly::randomNumberSeed(), "random seed");