Use folly/portability/GTest.h in folly/executurs/test/
[folly.git] / folly / executors / task_queue / test / UnboundedBlockingQueueTest.cpp
index 06de12ac696371c46465c46e3c618ff8e9ff4168..a7b1efd510efe4fd72fa27d9516c2b6ef0e4f86f 100644 (file)
@@ -15,7 +15,7 @@
  */
 #include <folly/executors/task_queue/UnboundedBlockingQueue.h>
 #include <folly/Baton.h>
-#include <gtest/gtest.h>
+#include <folly/portability/GTest.h>
 #include <thread>
 
 using namespace folly;