]> git.ipfire.org Git - thirdparty/kea.git/commit
ax_cpp11.m4: Include <memory> header
authorKhem Raj <raj.khem@gmail.com>
Sat, 27 Feb 2021 07:14:20 +0000 (23:14 -0800)
committerTomek Mrugalski <tomek@isc.org>
Thu, 20 May 2021 09:21:06 +0000 (11:21 +0200)
commitd505f7a7d6fac1c00a4467dfcf1e84f2db508bc6
treefe1181adaca56205b63ee1d7e33e99c454989b03
parent4d4cc92a7176d1f3685b937ee6db00bd2f36b81b
ax_cpp11.m4: Include <memory> header

This is needed for std::shared_ptr
GCC-11 throws errors if header is not included

Upstream-Status: Pending
Signed-off-by: Khem Raj <raj.khem@gmail.com>
m4macros/ax_cpp11.m4