mirror of https://github.com/OpenTTD/OpenTTD
Fix: missing <limits> include in network/core/packet.h (#9123)
parent
31f1db2d3a
commit
a341852cd5
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue