Use the GTest portability headers
[folly.git] / folly / test / IndestructibleTest.cpp
index 6ee8005d21033c10f3e1b1cf1ebda8bcdc6b6e31..4e144eec4b3160201a95a8bc37b79bcf2604dce1 100644 (file)
@@ -20,8 +20,9 @@
 #include <map>
 #include <memory>
 #include <string>
-#include <gtest/gtest.h>
+
 #include <folly/Memory.h>
+#include <folly/portability/GTest.h>
 
 using namespace std;
 using namespace folly;