Add missing <cfloat> and <limits>

This commit is contained in:
LuisAntonRebollo 2015-02-07 18:37:58 +01:00
parent 4ea5ac8659
commit 57698599e0
2 changed files with 3 additions and 0 deletions

View file

@ -37,6 +37,7 @@
#include "math/mathIO.h"
#include <DetourDebugDraw.h>
#include <climits>
extern bool gEditingMission;