Use the GTest portability headers
[folly.git] / folly / gen / test / StringTest.cpp
index 65c79462013ec9053bbe8381f118bc1e5dc1221b..11f34b05f07d833eb377ce2e79a8e5e1e76117eb 100644 (file)
  */
 
 #include <glog/logging.h>
-#include <gtest/gtest.h>
+
 #include <iosfwd>
 #include <map>
 #include <vector>
 
 #include <folly/gen/String.h>
+#include <folly/portability/GTest.h>
 
 using namespace folly::gen;
 using namespace folly;