add missing header for std::unique_ptr in values.hpp

76f01fd4d3 removes the <memory> header
which is required to use std::unique_ptr for some builds
(e.g. archlinux using gcc 12.1.0).
This commit is contained in:
Viktor Schneider 2022-05-14 09:29:26 +02:00 committed by Luis Díaz Más
parent 056139269e
commit 1ff09506e0

View File

@ -14,6 +14,7 @@
#include <cstring>
#include <iomanip>
#include <map>
#include <memory>
// *****************************************************************************
// namespace extensions