Use the GTest portability headers
[folly.git] / folly / test / ProducerConsumerQueueTest.cpp
index bd1fa0c377d9ad0d2ce161da50217ef4de120700..4fe0a6653bf5fc4dee61713f7093748ca5951393 100644 (file)
@@ -23,7 +23,8 @@
 #include <vector>
 
 #include <glog/logging.h>
-#include <gtest/gtest.h>
+
+#include <folly/portability/GTest.h>
 
 //////////////////////////////////////////////////////////////////////