Skip to content

Commit 1ff0950

Browse files
VJSchneidpiponazo
authored andcommitted
add missing header for std::unique_ptr in values.hpp
76f01fd removes the <memory> header which is required to use std::unique_ptr for some builds (e.g. archlinux using gcc 12.1.0).
1 parent 0561392 commit 1ff0950

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/exiv2/value.hpp

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#include <cstring>
1515
#include <iomanip>
1616
#include <map>
17+
#include <memory>
1718

1819
// *****************************************************************************
1920
// namespace extensions

0 commit comments

Comments
 (0)