Use the GTest portability headers
[folly.git] / folly / futures / test / CoreTest.cpp
index c65a76d0564280020a4838212c0f0a71831319dc..7d2dc1b3f2aba89651c861139060f301db04b01b 100644 (file)
  * limitations under the License.
  */
 
-#include <gtest/gtest.h>
-
 #include <folly/futures/Future.h>
 #include <folly/futures/detail/Core.h>
+#include <folly/portability/GTest.h>
 
 using namespace folly;