Renamed Math.h --> MathFunctions.h

This commit is contained in:
mensinda
2016-04-06 16:54:03 +02:00
parent f59cba13eb
commit 3eafc7e746
2 changed files with 3 additions and 3 deletions

View File

@@ -56,8 +56,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "StandardShapes.h"
#include "Importer.h"
// We need Math.h to compute the lcm/gcd of a number
#include "Math.h"
// We need MathFunctions.h to compute the lcm/gcd of a number
#include "MathFunctions.h"
#include <memory>
#include "../include/assimp/DefaultLogger.hpp"
#include "../include/assimp/mesh.h"