Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
io/network/address.h: add missing cstdint include
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