Fix: missing <limits> include in network/core/packet.h (#9123)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user