Wrapped gtest/gtest.h into cds_test/ext_gtest.h to suppress GCC 7 warning
[libcds.git] / test / include / cds_test / thread.h
index fe9e925e3bdb39b6569640894435769497b4c092..44baffdb6a96a6d17f0178bc287ea7d6c662d484 100644 (file)
@@ -31,7 +31,7 @@
 #ifndef CDSTEST_THREAD_H
 #define CDSTEST_THREAD_H
 
-#include <gtest/gtest.h>
+#include <cds_test/ext_gtest.h>
 #include <vector>
 #include <thread>
 #include <condition_variable>