Fix includes

This commit is contained in:
Lynix
2020-04-10 17:36:43 +02:00
parent 8eccbe8189
commit b2d3605cf4
4 changed files with 4 additions and 4 deletions

View File

@@ -2,6 +2,7 @@
// This file is part of the "Nazara Engine - Network module"
// For conditions of distribution and use, see copyright notice in Config.hpp
#include <Nazara/Network/ENetPeer.hpp>
#include <Nazara/Network/Debug.hpp>
namespace Nz
@@ -119,4 +120,3 @@ namespace Nz
}
#include <Nazara/Network/DebugOff.hpp>
#include "ENetPeer.hpp"