Use the GTest portability headers
[folly.git] / folly / futures / test / WaitTest.cpp
index 816f48fecfee2927b4389258a556c03affaabf8a..380c13010b58d307c23bff5bf660a4e43e7a4feb 100644 (file)
 
 #include <queue>
 
-#include <gtest/gtest.h>
-
 #include <folly/futures/Future.h>
 #include <folly/io/async/EventBase.h>
 #include <folly/Baton.h>
+#include <folly/portability/GTest.h>
 
 using namespace folly;
 using std::vector;