Fixed global math include

Former-commit-id: 0f1871a2ecf1e8b94d63612c7357d6fc0ab0287b
This commit is contained in:
Lynix 2014-09-03 13:30:21 +02:00
parent 1b94977722
commit e32c0c626e
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
#ifndef NAZARA_GLOBAL_MATH_HPP
#define NAZARA_GLOBAL_MATH_HPP
#include <Nazara/Math/Basic.hpp>
#include <Nazara/Math/Algorithm.hpp>
#include <Nazara/Math/BoundingVolume.hpp>
#include <Nazara/Math/Box.hpp>
#include <Nazara/Math/Config.hpp>