Use the GTest portability headers
[folly.git] / folly / test / ProducerConsumerQueueTest.cpp
index d358035afd4ec81ae0844b91efbfed2088af84b5..4fe0a6653bf5fc4dee61713f7093748ca5951393 100644 (file)
 
 #include <folly/ProducerConsumerQueue.h>
 
-#include <gtest/gtest.h>
-#include <vector>
 #include <atomic>
 #include <chrono>
 #include <memory>
 #include <thread>
+#include <vector>
+
 #include <glog/logging.h>
 
+#include <folly/portability/GTest.h>
+
 //////////////////////////////////////////////////////////////////////
 
 namespace {