mirror of
https://github.com/mfontanini/libtins
synced 2026-01-22 18:25:57 +01:00
Add missing include (#497)
`<algorithm>` is needed for std::fill (error in clang-16)
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
#ifndef TINS_ICMPV6_H
|
||||
#define TINS_ICMPV6_H
|
||||
|
||||
#include <algorithm>
|
||||
#include <vector>
|
||||
#include <tins/macros.h>
|
||||
#include <tins/pdu.h>
|
||||
|
||||
Reference in New Issue
Block a user