Fixed math not including some headers

Former-commit-id: a0da804f710d2decf84cd2429d1fedc0df5e49f7
This commit is contained in:
Lynix
2013-02-17 02:09:10 +01:00
parent ce3abe4007
commit 2e4c27188f
8 changed files with 9 additions and 7 deletions

View File

@@ -3,7 +3,9 @@
// For conditions of distribution and use, see copyright notice in Config.hpp
#include <Nazara/Core/StringStream.hpp>
#include <Nazara/Math/Basic.hpp>
#include <algorithm>
#include <cstring>
#include <Nazara/Core/Debug.hpp>
#define F(a) static_cast<T>(a)