Use the GTest portability headers
[folly.git] / folly / io / test / ShutdownSocketSetTest.cpp
index 0b1e1443e253c7d999f154f1a2efce3382106c4b..1ddebdb8c3b72ccb7f0064663633d005f124f68d 100644 (file)
@@ -20,8 +20,8 @@
 #include <thread>
 
 #include <glog/logging.h>
-#include <gtest/gtest.h>
 
+#include <folly/portability/GTest.h>
 #include <folly/portability/Sockets.h>
 
 using folly::ShutdownSocketSet;