Include math.h

3dveins.cpp won't build for me without math.h as a dependency - errors about 'fabsf' and other math functions

arch linux, gcc-multilib 6.1.1-1
develop
carbohydratesn 2016-05-22 14:03:53 -06:00 committed by lethosor
parent dabf443260
commit 9be928541c
1 changed files with 1 additions and 0 deletions

@ -3,6 +3,7 @@
#include <map>
#include <algorithm>
#include <vector>
#include <math.h>
#include "Core.h"
#include "Console.h"