XMake: Add inclusion fix

This commit is contained in:
Jérôme Leclercq
2021-10-27 18:09:12 +02:00
parent 93ec196dc4
commit 38a004d1b9
3 changed files with 190 additions and 40 deletions

View File

@@ -2,6 +2,8 @@
// This file is part of the "Nazara Engine - Core module"
// For conditions of distribution and use, see copyright notice in Config.hpp
// no include fix
#include <Nazara/Core/Config.hpp>
#if NAZARA_CORE_MANAGE_MEMORY

View File

@@ -15,6 +15,7 @@
#include <pthread.h>
#endif
// no include fix
// The only file that does not need to include Debug.hpp
namespace Nz