Use the GTest portability headers
[folly.git] / folly / futures / test / PromiseTest.cpp
index 126518c0fc54082f3c7b3bab73be931df637b4b8..89431a282b4f80de7da9e2633821cd0f6acc2571 100644 (file)
@@ -14,9 +14,8 @@
  * limitations under the License.
  */
 
-#include <gtest/gtest.h>
-
 #include <folly/futures/Future.h>
+#include <folly/portability/GTest.h>
 
 using namespace folly;
 using std::unique_ptr;