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:
parent
18ec0d3e65
commit
91b9ad399f
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
#include "autocalc.hpp"
|
||||
|
||||
#include <cmath>
|
||||
|
||||
#include <components/esm/attr.hpp>
|
||||
#include <components/esm/loadmgef.hpp>
|
||||
#include <components/esm/loadskil.hpp>
|
||||
|
|
Loading…
Reference in a new issue