Wrapped gtest/gtest.h into cds_test/ext_gtest.h to suppress GCC 7 warning
[libcds.git] / test / unit / queue / intrusive_fcqueue.cpp
index fbd74871bcc9562ab65cb38304eeac407c8a1fc8..f306f7e92d4d34a404bfde34bcdcdd42e4ef214d 100644 (file)
@@ -28,7 +28,7 @@
     OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 */
 
-#include <gtest/gtest.h>
+#include <cds_test/ext_gtest.h>
 #include <cds/intrusive/fcqueue.h>
 
 #include <vector>