Use the GTest portability headers
[folly.git] / folly / test / stl_tests / StlVectorTest.cpp
index 685ad4066b99ee35ebbc3b7a65c0a9d0e56b57bc..022d5fb31213afa803fdc9e007b026b6f58ccc5c 100644 (file)
@@ -181,13 +181,13 @@ THOUGHTS:
 #include <cstddef>
 #include <iomanip>
 
-#include <gtest/gtest.h>
 #include <boost/iterator/iterator_adaptor.hpp>
 #include <boost/preprocessor.hpp>
 
 #include <folly/Conv.h>
 #include <folly/ScopeGuard.h>
 #include <folly/portability/GFlags.h>
+#include <folly/portability/GTest.h>
 
 using namespace std;
 using namespace folly;