mirror of
https://github.com/mfontanini/libtins
synced 2026-01-23 02:35: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
|
#ifndef TINS_ICMPV6_H
|
||||||
#define TINS_ICMPV6_H
|
#define TINS_ICMPV6_H
|
||||||
|
|
||||||
|
#include <algorithm>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <tins/macros.h>
|
#include <tins/macros.h>
|
||||||
#include <tins/pdu.h>
|
#include <tins/pdu.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user