diff options
Diffstat (limited to 'src/network')
-rw-r--r-- | src/network/core/packet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/core/packet.h b/src/network/core/packet.h index d55dad316..bc7bab6c4 100644 --- a/src/network/core/packet.h +++ b/src/network/core/packet.h @@ -17,6 +17,7 @@ #include "core.h" #include "../../string_type.h" #include <functional> +#include <limits> typedef uint16 PacketSize; ///< Size of the whole packet. typedef uint8 PacketType; ///< Identifier for the packet |