Use the GTest portability headers
[folly.git] / folly / test / AtomicBitSetTest.cpp
index 3823ad2bb5bed20dfaaf3da897f5c190daf56d46..57c50beb8023ad18afe39027f782f879e4622347 100644 (file)
@@ -16,8 +16,9 @@
 
 #include <folly/AtomicBitSet.h>
 
+#include <folly/portability/GTest.h>
+
 #include <glog/logging.h>
-#include <gtest/gtest.h>
 
 namespace folly { namespace test {