Use the GTest portability headers
[folly.git] / folly / test / TestUtils.h
index 2750f6d045a2e67beb0a8ce2ffc63ca39711fae1..f40885fdad53c76ebac22e595011060ffdf0ecb4 100644 (file)
@@ -18,7 +18,7 @@
 
 #include <chrono>
 
-#include <gtest/gtest.h>
+#include <folly/portability/GTest.h>
 
 // We use this to indicate that tests have failed because of timing
 // or dependencies that may be flakey. Internally this is used by