diff options
Diffstat (limited to 'src/mmo/ip.hpp')
-rw-r--r-- | src/mmo/ip.hpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mmo/ip.hpp b/src/mmo/ip.hpp index c765308..88ad965 100644 --- a/src/mmo/ip.hpp +++ b/src/mmo/ip.hpp @@ -23,9 +23,10 @@ # include <netinet/in.h> -# include "../strings/fwd.hpp" +# include <cstddef> +# include <cstdint> -# include "extract.hpp" +# include "../strings/fwd.hpp" // TODO - in the long run ports belong here also // and of course, IPv6 stuff. |