Use the GTest portability headers
[folly.git] / folly / io / async / test / RequestContextTest.cpp
index 1f5c5e61f671c76035e34e2bfa5bbdbbb060464d..0ca773c3caeb33126e779aaff5577dfdea05196f 100644 (file)
  * specific language governing permissions and limitations
  * under the License.
  */
-#include <gtest/gtest.h>
 #include <thread>
 
 #include <folly/Memory.h>
 #include <folly/io/async/EventBase.h>
 #include <folly/io/async/Request.h>
+#include <folly/portability/GTest.h>
 
 using namespace folly;