Swap a newly added include of gtest.h with portability/GTest.h
[folly.git] / folly / test / SingletonThreadLocalTest.cpp
index 5b3291825074c92e1f09619223d3c5afd3ad7475..72ebfd8e0de027f5193792614ca03a988e2ef065 100644 (file)
@@ -20,8 +20,7 @@
 
 #include <folly/SingletonThreadLocal.h>
 #include <folly/Synchronized.h>
-
-#include <gtest/gtest.h>
+#include <folly/portability/GTest.h>
 
 using namespace folly;