including <memory> - "src/test_png_encoding2.cpp:6:10: error: ‘shared_ptr’ in namespace ‘std’ does not name a template type"

This commit is contained in:
Artem Pavlenko 2022-12-12 14:23:39 +00:00
parent 6afcb73135
commit 51b5c9604a

View file

@ -1,5 +1,6 @@
#include "bench_framework.hpp"
#include "compare_images.hpp"
#include <memory>
class test : public benchmark::test_case
{