- add cmath includes to fix the mac compile std::floor errors

This commit is contained in:
Rachael Alexanderson 2022-01-20 13:30:23 -05:00
commit 64f4332b43
2 changed files with 2 additions and 0 deletions

View file

@ -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"