From 1ff09506e036ab868e7992f64c0a90713ef32ab2 Mon Sep 17 00:00:00 2001 From: Viktor Schneider Date: Sat, 14 May 2022 09:29:26 +0200 Subject: [PATCH] add missing header for std::unique_ptr in values.hpp 76f01fd4d3b502869074b9a6d390caf2d542d55a removes the header which is required to use std::unique_ptr for some builds (e.g. archlinux using gcc 12.1.0). --- include/exiv2/value.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/exiv2/value.hpp b/include/exiv2/value.hpp index c9c3830e80..7152cd6939 100644 --- a/include/exiv2/value.hpp +++ b/include/exiv2/value.hpp @@ -14,6 +14,7 @@ #include #include #include +#include // ***************************************************************************** // namespace extensions