Skip to content

Commit

Permalink
io/network/address.h: add missing cstdint include
Browse files Browse the repository at this point in the history
With 9825f2d ("minor fixes in network (#184)") the type of addr
was changed from std::string to std::vector<uint8_t>, however the
header for uint8_t was not included.

Downstream Gentoo bug: https://bugs.gentoo.org/894738

Fixes: 9825f2d ("minor fixes in network (#184)")
  • Loading branch information
Flowdalic committed Apr 20, 2023
1 parent 0702434 commit dc9dccf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/io/network/address.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#define SP2_IO_NETWORK_ADDRESS_H

#include <stringImproved.h>
#include <cstdint>
#include <list>


Expand Down

0 comments on commit dc9dccf

Please sign in to comment.