Use the GTest portability headers
[folly.git] / folly / io / async / test / AsyncSocketExceptionTest.cpp
index 50c665990ec889fd9248e0f31c3268ddbeb51555..d3c25d1af96fba7ee50b1053080bddfe9c075af0 100644 (file)
@@ -17,7 +17,8 @@
 
 #include <folly/io/async/AsyncSocketException.h>
 #include <folly/io/async/ssl/SSLErrors.h>
-#include <gtest/gtest.h>
+#include <folly/portability/GTest.h>
+
 #include <openssl/ssl.h>
 
 using namespace testing;