Use the GTest portability headers
[folly.git] / folly / test / ForeachBenchmark.cpp
index dfb24445b630a7209058b1ab2ec3d19d7cc9377c..e3a96f0792c20b906ee2a0be078bb1c94e466f63 100644 (file)
@@ -17,8 +17,8 @@
 #include <folly/Foreach.h>
 
 #include <folly/Benchmark.h>
+#include <folly/portability/GTest.h>
 
-#include <gtest/gtest.h>
 #include <map>
 
 using namespace folly;