Use the GTest portability headers
[folly.git] / folly / test / SpinLockTest.cpp
index 6d028af1e0f923a8436f4f247c641f8afe0fad19..0312240202402885c9a8b2029f9f7ca304b9086c 100644 (file)
 
 #include <folly/Random.h>
 
-#include <gtest/gtest.h>
 #include <thread>
 
 #include <folly/portability/Asm.h>
+#include <folly/portability/GTest.h>
 
 using folly::SpinLockGuardImpl;