Use the GTest portability headers
[folly.git] / folly / io / async / test / AsyncUDPSocketTest.cpp
index 27ac844b047c655ef719e16dd6bace02e5da2b8e..acaf76b47cb2bb97e69a69d55a0decb58b05659b 100644 (file)
 #include <boost/thread/barrier.hpp>
 
 #include <folly/io/IOBuf.h>
+#include <folly/portability/GTest.h>
 
 #include <thread>
 
-#include <gtest/gtest.h>
-
 using folly::AsyncUDPSocket;
 using folly::AsyncUDPServerSocket;
 using folly::AsyncTimeout;