1
0
Fork 1
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:
dteviot 2015-08-21 22:41:31 +12:00
parent 3fa5c6a0e7
commit 5dd0ad6841
3 changed files with 3 additions and 0 deletions

View file

@ -1,6 +1,7 @@
#include "autocalcspell.hpp"
#include <climits>
#include <limits>
#include "../mwworld/esmstore.hpp"

View file

@ -1,4 +1,5 @@
#include "pathfinding.hpp"
#include <limits>
#include "../mwbase/world.hpp"
#include "../mwbase/environment.hpp"

View file

@ -1,6 +1,7 @@
#include "spellcasting.hpp"
#include <cfloat>
#include <limits>
#include <boost/format.hpp>