From fa87e1b6f697deafa90288760b7eb89549a00a22 Mon Sep 17 00:00:00 2001 From: Ed Catmur Date: Tue, 31 Jan 2023 18:02:50 +0000 Subject: [PATCH] Add missing include (#497) `` is needed for std::fill (error in clang-16) --- include/tins/icmpv6.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/tins/icmpv6.h b/include/tins/icmpv6.h index 2be304e2..923163fd 100644 --- a/include/tins/icmpv6.h +++ b/include/tins/icmpv6.h @@ -30,6 +30,7 @@ #ifndef TINS_ICMPV6_H #define TINS_ICMPV6_H +#include #include #include #include