Fix: missing <limits> include in network/core/packet.h (#9123)
(cherry picked from commit a341852cd5
)
This commit is contained in:

committed by
Jonathan G Rennison

parent
55915d8d55
commit
7ab6ab7400
@@ -18,6 +18,7 @@
|
||||
#include "../../string_type.h"
|
||||
#include <string>
|
||||
#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