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

(cherry picked from commit a341852cd5)
This commit is contained in:
Milek7
2021-04-28 00:22:03 +02:00
committed by Jonathan G Rennison
parent 55915d8d55
commit 7ab6ab7400

View File

@@ -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