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

@@ -6,6 +6,7 @@
#include <Nazara/Core/Error.hpp>
#include <Nazara/Math/Algorithm.hpp>
#include <limits>
#include <Nazara/Widgets/Debug.hpp>
namespace Nz
{
@@ -274,3 +275,5 @@ namespace Nz
m_canvasIndex = index;
}
}
#include <Nazara/Widgets/DebugOff.hpp>

View File

@@ -3,6 +3,7 @@
// For conditions of distribution and use, see copyright notice in Config.hpp
#include <Nazara/Widgets/ButtonWidget.hpp>
#include <Nazara/Widgets/Debug.hpp>
namespace Nz
{
@@ -69,3 +70,5 @@ namespace Nz
Layout();
}
}
#include <Nazara/Widgets/DebugOff.hpp>

View File

@@ -3,6 +3,7 @@
// For conditions of distribution and use, see copyright notice in Config.hpp
#include <Nazara/Widgets/LabelWidget.hpp>
#include <Nazara/Widgets/Debug.hpp>
namespace Nz
{
@@ -15,3 +16,5 @@ namespace Nz
SetPreferredSize(size);
}
}
#include <Nazara/Widgets/DebugOff.hpp>