Use the GTest portability headers
[folly.git] / folly / test / common / TestMain.cpp
index c8e08d8ade83235cc896c007c6614ecd5b413d46..acb53de3808e3e74826e0610af93ba76806911bf 100644 (file)
@@ -16,7 +16,7 @@
 
 #include <folly/init/Init.h>
 
-#include <gtest/gtest.h>
+#include <folly/portability/GTest.h>
 
 /*
  * This is the recommended main function for all tests.