Use the GTest portability headers
[folly.git] / folly / futures / test / EnsureTest.cpp
index 62122027d93a78945de03a1d52334c458704c022..925f96f4fe0e9a49f6aa0c7bf753fc61f2e2d7c5 100644 (file)
@@ -17,9 +17,8 @@
 #include <memory>
 #include <unordered_set>
 
-#include <gtest/gtest.h>
-
 #include <folly/futures/Future.h>
+#include <folly/portability/GTest.h>
 
 using namespace folly;