Fix includes

This commit is contained in:
SirLynix 2023-07-17 19:18:15 +02:00
parent cbe055d412
commit ce2693114c
5 changed files with 7 additions and 1 deletions

View File

@ -2,7 +2,9 @@
// This file is part of the "Nazara Engine - Math module"
// For conditions of distribution and use, see copyright notice in Config.hpp
#include <NazaraUtils/Algorithm.hpp>
#include <NazaraUtils/Hash.hpp>
#include <Nazara/Core/Error.hpp>
#include <cstring>
#include <limits>
#include <sstream>

View File

@ -2,7 +2,9 @@
// This file is part of the "Nazara Engine - Math module"
// For conditions of distribution and use, see copyright notice in Config.hpp
#include <NazaraUtils/Algorithm.hpp>
#include <NazaraUtils/Hash.hpp>
#include <Nazara/Core/Error.hpp>
#include <cstring>
#include <limits>
#include <stdexcept>

View File

@ -3,6 +3,8 @@
// For conditions of distribution and use, see copyright notice in Config.hpp
#include <NazaraUtils/Algorithm.hpp>
#include <NazaraUtils/Hash.hpp>
#include <Nazara/Core/Error.hpp>
#include <cstring>
#include <sstream>
#include <stdexcept>

View File

@ -8,7 +8,6 @@
#define NAZARA_VULKANRENDERER_VULKANDESCRIPTORSETLAYOUTCACHE_HPP
#include <NazaraUtils/Prerequisites.hpp>
#include <Nazara/Core/Algorithm.hpp>
#include <Nazara/VulkanRenderer/Wrapper/DescriptorSetLayout.hpp>
#include <unordered_map>

View File

@ -3,6 +3,7 @@
// For conditions of distribution and use, see copyright notice in Config.hpp
#include <Nazara/VulkanRenderer/Utils.hpp>
#include <NazaraUtils/Hash.hpp>
#include <stdexcept>
#include <Nazara/VulkanRenderer/Debug.hpp>