Use the GTest portability headers
[folly.git] / folly / test / UriTest.cpp
index 8d80bbb6fec831c64159e80490449c087039ba15..cd1e8e4fdd6ed3e2e942341088dea1e8d371419a 100644 (file)
 
 #include <folly/Uri.h>
 #include <folly/Benchmark.h>
+#include <folly/portability/GTest.h>
 
 #include <boost/algorithm/string.hpp>
 #include <glog/logging.h>
-#include <gtest/gtest.h>
 #include <map>
 
 using namespace folly;