Math: Fix missing includes

Former-commit-id: 21ff7a6db4beb9fc7968e9bf1ba7478ca2f55e21
This commit is contained in:
Lynix
2016-03-06 14:54:56 +01:00
parent e9d126b3a4
commit 300dc82806
28 changed files with 42 additions and 14 deletions

View File

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