mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-30 04:15:31 +00:00
Fixed rest of travis errors.
This commit is contained in:
parent
3fa5c6a0e7
commit
5dd0ad6841
3 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
#include "autocalcspell.hpp"
|
||||
|
||||
#include <climits>
|
||||
#include <limits>
|
||||
|
||||
#include "../mwworld/esmstore.hpp"
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#include "pathfinding.hpp"
|
||||
#include <limits>
|
||||
|
||||
#include "../mwbase/world.hpp"
|
||||
#include "../mwbase/environment.hpp"
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
#include "spellcasting.hpp"
|
||||
|
||||
#include <cfloat>
|
||||
#include <limits>
|
||||
|
||||
#include <boost/format.hpp>
|
||||
|
||||
|
|
Loading…
Reference in a new issue