Add missing include

This commit is contained in:
SirLynix 2023-06-06 18:00:14 +02:00
parent caf8446707
commit 6520f48d94
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
// This file is part of the "Nazara Engine - Core module" // This file is part of the "Nazara Engine - Core module"
// For conditions of distribution and use, see copyright notice in Config.hpp // For conditions of distribution and use, see copyright notice in Config.hpp
#include <Nazara/Core/Error.hpp>
#include <algorithm> #include <algorithm>
#include <cctype> #include <cctype>
#include <cstring> #include <cstring>