Use the GTest portability headers
[folly.git] / folly / test / ConvTest.cpp
index fd26293e4965ead7d7abb4c0002b1174d65c1872..878171a28e8ac0e1384c0307d5dd3965e35be418 100644 (file)
 #endif
 
 #include <boost/lexical_cast.hpp>
+
 #include <folly/Conv.h>
 #include <folly/Foreach.h>
-#include <gtest/gtest.h>
+#include <folly/portability/GTest.h>
+
 #include <algorithm>
 #include <cinttypes>
 #include <limits>