Use the GTest portability headers
[folly.git] / folly / io / async / test / AsyncTransportTest.cpp
index 8a7f525ba6d528a8616bb445545612d5fc8f95b2..815ba7f2f13041717825dc0694b1e90ddf962b8a 100644 (file)
@@ -17,8 +17,7 @@
 #include <folly/io/async/AsyncSocket.h>
 
 #include <folly/io/async/test/MockAsyncTransport.h>
-
-#include <gtest/gtest.h>
+#include <folly/portability/GTest.h>
 
 using namespace testing;