Use the GTest portability headers
[folly.git] / folly / test / HistogramTest.cpp
index 680d8c0cb4e537b05b6707ab2c0cda4104a1d34f..c7b233c691fae8065abcd85b6a6b3cc50ed87fad 100644 (file)
@@ -17,7 +17,7 @@
 #include <folly/stats/Histogram.h>
 #include <folly/stats/Histogram-defs.h>
 
-#include <gtest/gtest.h>
+#include <folly/portability/GTest.h>
 
 using folly::Histogram;