Use the GTest portability headers
[folly.git] / folly / test / ArenaSmartPtrTest.cpp
index e49d270922e028045c08fbe6e5afac3a90e17008..1ac482de87555d7ca82ba7979899730fc2451835 100644 (file)
@@ -20,8 +20,7 @@
 
 #include <folly/Memory.h>
 #include <folly/Arena.h>
-
-#include <gtest/gtest.h>
+#include <folly/portability/GTest.h>
 
 using namespace folly;