Use the GTest portability headers
[folly.git] / folly / test / BitIteratorTest.cpp
index fdf49b219c62f260090f4819565d02be8550fe7e..f9b2b1d8e25a05f9baace3d8e6adba01b6a819bb 100644 (file)
 #include <limits>
 #include <vector>
 
-#include <gtest/gtest.h>
-
 #include <folly/Benchmark.h>
 #include <folly/portability/GFlags.h>
+#include <folly/portability/GTest.h>
 
 using namespace folly;
 using namespace folly::bititerator_detail;