Skip to content

Commit 9f5b29d

Browse files
authored
fix: add <cstring> to bee/net/endpoint.h to fix compilation errors (#53)
1 parent e3784fb commit 9f5b29d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bee/net/endpoint.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
#include <cstddef>
66
#include <cstdint>
7+
#include <cstring>
78
#include <string>
89
#include <tuple>
910
#include <type_traits>

0 commit comments

Comments
 (0)