1
0
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:
Ed Catmur
2023-01-31 18:02:50 +00:00
committed by GitHub
parent 812be7966d
commit fa87e1b6f6

View File

@@ -30,6 +30,7 @@
#ifndef TINS_ICMPV6_H
#define TINS_ICMPV6_H
#include <algorithm>
#include <vector>
#include <tins/macros.h>
#include <tins/pdu.h>