From 7a93879fa75184782e5ba1d6221041b65b9e2d52 Mon Sep 17 00:00:00 2001 From: David Williams Date: Sat, 18 Dec 2010 11:40:36 +0000 Subject: [PATCH] Fix for Linux compile error. --- library/PolyVoxCore/include/PolyVoxImpl/AStarPathfinderImpl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/PolyVoxCore/include/PolyVoxImpl/AStarPathfinderImpl.h b/library/PolyVoxCore/include/PolyVoxImpl/AStarPathfinderImpl.h index 22279632..00030c61 100644 --- a/library/PolyVoxCore/include/PolyVoxImpl/AStarPathfinderImpl.h +++ b/library/PolyVoxCore/include/PolyVoxImpl/AStarPathfinderImpl.h @@ -26,7 +26,7 @@ freely, subject to the following restrictions: #include "Vector.h" -#include //For numeric_limits +#include //For numeric_limits #include #include