Use the GTest portability headers
[folly.git] / folly / test / JsonTest.cpp
index a57b493c127775b49d1722f98538aae2b6d61923..805cb3004ffa56a4855f20a38fb181658ffbe4bd 100644 (file)
@@ -16,8 +16,9 @@
 #include <limits>
 
 #include <boost/next_prior.hpp>
 #include <limits>
 
 #include <boost/next_prior.hpp>
+
 #include <folly/json.h>
 #include <folly/json.h>
-#include <gtest/gtest.h>
+#include <folly/portability/GTest.h>
 
 using folly::dynamic;
 using folly::parseJson;
 
 using folly::dynamic;
 using folly::parseJson;