From 6f2218f910b349f4395f74cfdf3e72e6a705a62d Mon Sep 17 00:00:00 2001 From: David Williams Date: Sat, 18 Dec 2010 10:08:49 +0000 Subject: [PATCH] Fixed numeric_limits compile error. --- library/PolyVoxCore/include/PolyVoxImpl/AStarPathfinderImpl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/library/PolyVoxCore/include/PolyVoxImpl/AStarPathfinderImpl.h b/library/PolyVoxCore/include/PolyVoxImpl/AStarPathfinderImpl.h index 7f137ce4..22279632 100644 --- a/library/PolyVoxCore/include/PolyVoxImpl/AStarPathfinderImpl.h +++ b/library/PolyVoxCore/include/PolyVoxImpl/AStarPathfinderImpl.h @@ -26,6 +26,7 @@ freely, subject to the following restrictions: #include "Vector.h" +#include //For numeric_limits #include #include