Use the GTest portability headers
[folly.git] / folly / test / StringTest.cpp
index a736fbbe65633dd3b46dd9cf62c8cb110ec4f2f5..e1fd686b0d070199717d7e1c4d31e83d46ad231e 100644 (file)
@@ -23,9 +23,9 @@
 #include <cinttypes>
 
 #include <boost/regex.hpp>
-#include <gtest/gtest.h>
 
 #include <folly/Array.h>
+#include <folly/portability/GTest.h>
 
 using namespace folly;
 using namespace std;