Use the GTest portability headers
[folly.git] / folly / futures / test / SelfDestructTest.cpp
index 68a75d09967bca243904620c71caa694844a01f6..4638eaee941c7e6d881e4ec52c34488b11cef7e0 100644 (file)
  * limitations under the License.
  */
 
-#include <gtest/gtest.h>
-
 #include <folly/futures/Future.h>
 #include <folly/futures/InlineExecutor.h>
+#include <folly/portability/GTest.h>
 
 using namespace folly;