1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-04-01 20:36:40 +00:00

Include <cmath> for fmod() and floor()

This commit is contained in:
cc9cii 2015-06-24 21:38:38 +10:00
parent 18ec0d3e65
commit 91b9ad399f

View file

@ -1,5 +1,7 @@
#include "autocalc.hpp"
#include <cmath>
#include <components/esm/attr.hpp>
#include <components/esm/loadmgef.hpp>
#include <components/esm/loadskil.hpp>