Use the GTest portability headers
[folly.git] / folly / test / MacAddressTest.cpp
index b97ea211484987f5c00d70dbf07db73d9e6c26b4..ae70a9c0994c736c63b6aa15321ca365950be42a 100644 (file)
  * limitations under the License.
  */
 
-#include <gtest/gtest.h>
-
 #include <folly/Conv.h>
 #include <folly/IPAddressV6.h>
 #include <folly/MacAddress.h>
+#include <folly/portability/GTest.h>
 
 using folly::MacAddress;
 using folly::IPAddressV6;