Changeset - r25294:c5aaddff6bb0
[Not reviewed]
master
0 1 0
Milek7 - 3 years ago 2021-04-27 22:22:03
Milek7@users.noreply.github.com
Fix: missing <limits> include in network/core/packet.h (#9123)
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/network/core/packet.h
Show inline comments
 
@@ -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
0 comments (0 inline, 0 general)