Use the GTest portability headers
[folly.git] / folly / test / SynchronizedTest.cpp
index 4aaeadabd49755aaee38c3e47010fc02916e6922..adbac4194a735f987371cea1e83ed7a072d67edc 100644 (file)
@@ -25,7 +25,7 @@
 #include <folly/SpinLock.h>
 #include <folly/Synchronized.h>
 #include <folly/test/SynchronizedTestLib.h>
-#include <gtest/gtest.h>
+#include <folly/portability/GTest.h>
 
 using namespace folly::sync_tests;