From ad55ff159bcbae13414ff15fe6415ca96f86469e Mon Sep 17 00:00:00 2001 From: Lynix Date: Tue, 1 Mar 2016 15:38:04 +0100 Subject: [PATCH] Network: Add NetPacket to global header Former-commit-id: 51a55af65b954314b58ee7e80d26c0c97854f80c --- include/Nazara/Network.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/Nazara/Network.hpp b/include/Nazara/Network.hpp index d5c731be7..72565a17f 100644 --- a/include/Nazara/Network.hpp +++ b/include/Nazara/Network.hpp @@ -1,4 +1,4 @@ -// This file was automatically generated on 09 Nov 2015 at 13:52:47 +// This file was automatically generated on 03 Feb 2016 at 00:06:56 /* Nazara Engine - Network module @@ -34,6 +34,7 @@ #include #include #include +#include #include #include #include