- add cmath includes to fix the mac compile std::floor errors
This commit is contained in:
parent
851d058a4b
commit
64f4332b43
2 changed files with 2 additions and 0 deletions
|
|
@ -59,6 +59,7 @@
|
|||
|
||||
|
||||
#include <math.h>
|
||||
#include <cmath> // needed for std::floor on mac
|
||||
#include "maploader.h"
|
||||
#include "c_cvars.h"
|
||||
#include "actor.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue