Skip to content

Commit

Permalink
Merge pull request #236 from Flowdalic/add-missing-include
Browse files Browse the repository at this point in the history
io/network/address.h: add missing cstdint include
  • Loading branch information
daid authored Apr 20, 2023
2 parents 0702434 + dc9dccf commit aa79ec5
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 aa79ec5

Please sign in to comment.