Skip to content

Commit

Permalink
add missing header for std::unique_ptr in values.hpp
Browse files Browse the repository at this point in the history
76f01fd removes the <memory> header
which is required to use std::unique_ptr for some builds
(e.g. archlinux using gcc 12.1.0).
  • Loading branch information
VJSchneid authored and piponazo committed May 16, 2022
1 parent 0561392 commit 1ff0950
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/exiv2/value.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include <cstring>
#include <iomanip>
#include <map>
#include <memory>

// *****************************************************************************
// namespace extensions
Expand Down

0 comments on commit 1ff0950

Please sign in to comment.