Wrapped gtest/gtest.h into cds_test/ext_gtest.h to suppress GCC 7 warning
[libcds.git] / test / unit / stack / intrusive_fcstack.cpp
index b6f272c3ef8cb2a0c2fe63c388c1497fe6cb2f75..901f216b738ef752e13af09fd49db08fcdc3d643 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/fcstack.h>
 
 #include <boost/intrusive/list.hpp>