Use the GTest portability headers
[folly.git] / folly / test / PackedSyncPtrTest.cpp
index c5b28b26b15531f739a5ec9670f6b16be56382c7..b83dd679f4b69f2f6d1492b82b827aefff8bd6c8 100644 (file)
 #include <folly/PackedSyncPtr.h>
 
 #include <cinttypes>
-#include <gtest/gtest.h>
 #include <thread>
 #include <unordered_map>
 #include <utility>
 
+#include <folly/portability/GTest.h>
+
 using folly::PackedSyncPtr;
 
 namespace {