Use the GTest portability headers
[folly.git] / folly / test / FBStringTest.cpp
index c6945a1f2ee0656636bca1e10c9b96584b17df10..a31038f7c5d3710735d584ca788a3cba70568b46 100644 (file)
 #include <sstream>
 #include <boost/algorithm/string.hpp>
 #include <boost/random.hpp>
-#include <gtest/gtest.h>
 
 #include <folly/Foreach.h>
 #include <folly/Portability.h>
 #include <folly/Random.h>
 #include <folly/Conv.h>
+#include <folly/portability/GTest.h>
 
 using namespace std;
 using namespace folly;