Use the GTest portability headers
[folly.git] / folly / futures / test / WhileDoTest.cpp
index 3c3fcc29475956e41f58924aa646c38fbb8d1054..15fdfbf3371f0099174b71c04ca873178f7e4523 100644 (file)
 #include <mutex>
 #include <queue>
 
-#include <gtest/gtest.h>
 #include <glog/logging.h>
 
 #include <folly/futures/Future.h>
 #include <folly/futures/Promise.h>
+#include <folly/portability/GTest.h>
 
 using namespace folly;