Fix demo compilation and warnings

This commit is contained in:
Lynix
2017-10-10 21:08:16 +02:00
parent eb6f23d53c
commit 4bdcb1f31f
2 changed files with 5 additions and 3 deletions

View File

@@ -1,4 +1,6 @@
#pragma once
// Copyright (C) 2017 Jérôme Leclercq
// This file is part of the "Nazara Engine - Utility module"
// For conditions of distribution and use, see copyright notice in Config.hpp
#include <Nazara/Utility/Algorithm.hpp>
#include <Nazara/Utility/Debug.hpp>
@@ -42,4 +44,4 @@ namespace Nz
}
}
#include <Nazara/Graphics/DebugOff.hpp>
#include <Nazara/Utility/DebugOff.hpp>