Use the GTest portability headers
[folly.git] / folly / test / SingletonTestGlobal.cpp
index 7410d5f134e198202c23906045a5d8309fc95163..d62f41d1bea483f1158c82e443242e7c43746edc 100644 (file)
@@ -20,9 +20,9 @@
 #include <folly/Singleton.h>
 #include <folly/Benchmark.h>
 #include <folly/test/SingletonTestStructs.h>
+#include <folly/portability/GTest.h>
 
 #include <glog/logging.h>
-#include <gtest/gtest.h>
 
 /*
  * This test needs to be in its own file, as a standalone program.