Use the GTest portability headers
[folly.git] / folly / gen / test / ParallelTest.cpp
index ad4f60850cbccc9c4916ef5ff423d8314787b4a5..995eab0fef02c21049b514ee38460ccc19f4b1ea 100644 (file)
  */
 
 #include <glog/logging.h>
-#include <gtest/gtest.h>
+
 #include <iostream>
 #include <array>
 #include <vector>
+
 #include <folly/gen/Base.h>
 #include <folly/gen/Parallel.h>
+#include <folly/portability/GTest.h>
 
 using namespace folly;
 using namespace folly::gen;