From 7ab6ab74003682563238fea4ee9e56d28f52be5a Mon Sep 17 00:00:00 2001 From: Milek7 Date: Wed, 28 Apr 2021 00:22:03 +0200 Subject: [PATCH] Fix: missing include in network/core/packet.h (#9123) (cherry picked from commit a341852cd56d6a3f83dfdb293426b1c38786da0b) --- src/network/core/packet.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/network/core/packet.h b/src/network/core/packet.h index feec04b0c5..9d607a5e81 100644 --- a/src/network/core/packet.h +++ b/src/network/core/packet.h @@ -18,6 +18,7 @@ #include "../../string_type.h" #include #include +#include typedef uint16 PacketSize; ///< Size of the whole packet. typedef uint8 PacketType; ///< Identifier for the packet