Use the GTest portability headers
[folly.git] / folly / test / SocketAddressTest.cpp
index 145aa863b2c365696b035e72d0c973848457f20d..200f7258fcb1f0d5fc8e23f77649e41419d36250 100644 (file)
 
 #include <folly/SocketAddress.h>
 
-#include <gtest/gtest.h>
 #include <iostream>
 #include <sstream>
 #include <system_error>
 
+#include <folly/portability/GTest.h>
 #include <folly/portability/Sockets.h>
 #include <folly/portability/Stdlib.h>
 #include <folly/test/SocketAddressTestHelper.h>