Use the GTest portability headers
[folly.git] / folly / futures / test / ExecutorTest.cpp
index b11a8a6c6dfa624b0442b603d03307839e392ffd..9730ef4326c41760c8fcac91096d709da083ae1e 100644 (file)
  * limitations under the License.
  */
 
-#include <gtest/gtest.h>
-
 #include <folly/futures/Future.h>
 #include <folly/futures/InlineExecutor.h>
 #include <folly/futures/ManualExecutor.h>
 #include <folly/futures/QueuedImmediateExecutor.h>
 #include <folly/Baton.h>
+#include <folly/portability/GTest.h>
 
 using namespace folly;