Use the GTest portability headers
[folly.git] / folly / experimental / test / TestUtilTest.cpp
index 3110f6fa4bb7ceecd9eae3103129b9da3bbe5199..79046e0736ea126f8b91f4339a4a45ee192ea61e 100644 (file)
 
 #include <boost/algorithm/string.hpp>
 #include <glog/logging.h>
-#include <gtest/gtest.h>
 
 #include <folly/Memory.h>
 #include <folly/portability/Environment.h>
 #include <folly/portability/Fcntl.h>
+#include <folly/portability/GTest.h>
 
 using namespace folly;
 using namespace folly::test;