Use the GTest portability headers
[folly.git] / folly / test / small_vector_test.cpp
index a7e211662aa2d077ed4ce8c0d85e098ec16f1f2d..6215fd73ea951808840c88b2aad612677fd1d942 100644 (file)
@@ -25,9 +25,9 @@
 #include <vector>
 
 #include <boost/algorithm/string.hpp>
-#include <gtest/gtest.h>
 
 #include <folly/Conv.h>
+#include <folly/portability/GTest.h>
 #include <folly/portability/TypeTraits.h>
 
 using folly::small_vector;