Use the GTest portability headers
[folly.git] / folly / futures / test / MapTest.cpp
index 743a082a2b752a7153d82961070c8263abb6399e..e972deda507471210c84afa8204cdd797480a21a 100644 (file)
@@ -14,9 +14,8 @@
  * limitations under the License.
  */
 
  * limitations under the License.
  */
 
-#include <gtest/gtest.h>
-
 #include <folly/futures/Future.h>
 #include <folly/futures/Future.h>
+#include <folly/portability/GTest.h>
 
 using namespace folly;
 
 
 using namespace folly;