diff --git a/src/network/core/packet.h b/src/network/core/packet.h index feec04b0c5..9d607a5e81 100644 --- a/src/network/core/packet.h +++ b/src/network/core/packet.h @@ -18,6 +18,7 @@ #include "../../string_type.h" #include #include +#include typedef uint16 PacketSize; ///< Size of the whole packet. typedef uint8 PacketType; ///< Identifier for the packet