Use the GTest portability headers
[folly.git] / folly / experimental / test / CodingTestUtils.h
index d16f31e72a60b0b1c81fcaa199c7d5f9beb57065..7789df1414a05c33b1db9dd8ed8216e7e22af56c 100644 (file)
@@ -24,7 +24,8 @@
 #include <vector>
 #include <unordered_set>
 #include <glog/logging.h>
-#include <gtest/gtest.h>
+
+#include <folly/portability/GTest.h>
 
 namespace folly { namespace compression {