1
0
Fork 0

Fix: missing <limits> include in network/core/packet.h (#9123)

pull/9127/head
Milek7 2021-04-28 00:22:03 +02:00 committed by GitHub
parent 31f1db2d3a
commit a341852cd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
#include "core.h" #include "core.h"
#include "../../string_type.h" #include "../../string_type.h"
#include <functional> #include <functional>
#include <limits>
typedef uint16 PacketSize; ///< Size of the whole packet. typedef uint16 PacketSize; ///< Size of the whole packet.
typedef uint8 PacketType; ///< Identifier for the packet typedef uint8 PacketType; ///< Identifier for the packet