Skip to content

Commit

Permalink
Add missing include (#497)
Browse files Browse the repository at this point in the history
`<algorithm>` is needed for std::fill (error in clang-16)
  • Loading branch information
ecatmur authored Jan 31, 2023
1 parent 812be79 commit fa87e1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/tins/icmpv6.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
#ifndef TINS_ICMPV6_H
#define TINS_ICMPV6_H

#include <algorithm>
#include <vector>
#include <tins/macros.h>
#include <tins/pdu.h>
Expand Down

0 comments on commit fa87e1b

Please sign in to comment.