Fix missing includes

This commit is contained in:
Lynix
2020-02-23 00:49:38 +01:00
parent 3d22321109
commit 8b5f9d68c3

View File

@@ -3,6 +3,9 @@
// For conditions of distribution and use, see copyright notice in Config.hpp
#include <Nazara/Core/StringExt.hpp>
#include <algorithm>
#include <cctype>
#include <cstring>
#include <Nazara/Core/Debug.hpp>
namespace Nz