Use the GTest portability headers
[folly.git] / folly / test / MathTest.cpp
index 166d2a748e3b785b796383614d4fec9c4b5f7239..60c6b2bf6be7747e25bc4e7ea16406133b5e260b 100644 (file)
@@ -22,9 +22,9 @@
 #include <vector>
 
 #include <glog/logging.h>
-#include <gtest/gtest.h>
 
 #include <folly/Portability.h>
+#include <folly/portability/GTest.h>
 
 using namespace folly;
 using namespace folly::detail;