From 51b5c9604a335b1003c6c6f532b02a9c9861b13e Mon Sep 17 00:00:00 2001 From: Artem Pavlenko Date: Mon, 12 Dec 2022 14:23:39 +0000 Subject: [PATCH] =?UTF-8?q?including=20=20-=20"src/test=5Fpng=5Fen?= =?UTF-8?q?coding2.cpp:6:10:=20error:=20=E2=80=98shared=5Fptr=E2=80=99=20i?= =?UTF-8?q?n=20namespace=20=E2=80=98std=E2=80=99=20does=20not=20name=20a?= =?UTF-8?q?=20template=20type"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- benchmark/src/test_png_encoding2.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/benchmark/src/test_png_encoding2.cpp b/benchmark/src/test_png_encoding2.cpp index 19897d180..5791b139c 100644 --- a/benchmark/src/test_png_encoding2.cpp +++ b/benchmark/src/test_png_encoding2.cpp @@ -1,5 +1,6 @@ #include "bench_framework.hpp" #include "compare_images.hpp" +#include class test : public benchmark::test_case {