Use the GTest portability headers
[folly.git] / folly / io / async / test / AsyncSocketTest.cpp
index bd348bd9c446a28b7f6829d7da0b0e74b862c662..261f6f2e549e9bfc4690824a4d5bb23a85567fda 100644 (file)
@@ -18,8 +18,7 @@
 #include <folly/io/async/AsyncSocket.h>
 #include <folly/io/async/AsyncServerSocket.h>
 #include <folly/io/async/EventBase.h>
-
-#include <gtest/gtest.h>
+#include <folly/portability/GTest.h>
 
 namespace folly {