Apply inclusion fix

This commit is contained in:
Jérôme Leclercq
2021-10-27 18:09:19 +02:00
parent 38a004d1b9
commit f491ee1e38
85 changed files with 118 additions and 20 deletions

View File

@@ -8,6 +8,7 @@
#include <cassert>
#include <type_traits>
#include <utility>
#include <Nazara/Core/Debug.hpp>
namespace Nz
{
@@ -132,3 +133,5 @@ namespace Nz
m_handleData->object = static_cast<T*>(this);
}
}
#include <Nazara/Core/DebugOff.hpp>