Core/Flags: Fix std::hash include

This commit is contained in:
Jérôme Leclercq 2021-07-17 23:55:04 +02:00
parent a380645c19
commit 7e0137f367
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
// For conditions of distribution and use, see copyright notice in Config.hpp
#include <Nazara/Core/Flags.hpp>
#include <utility>
#include <functional>
#include <Nazara/Core/Debug.hpp>
namespace Nz