From 9f8c8c1da2bcc4037093655ecd934d205c8692ca Mon Sep 17 00:00:00 2001 From: Matt Williams Date: Mon, 10 Oct 2011 17:32:01 +0200 Subject: [PATCH] Add include for numeric_limits<> --- library/PolyVoxCore/include/PolyVoxCore/Density.h | 1 + 1 file changed, 1 insertion(+) diff --git a/library/PolyVoxCore/include/PolyVoxCore/Density.h b/library/PolyVoxCore/include/PolyVoxCore/Density.h index e4fbc6e5..82aab7b4 100644 --- a/library/PolyVoxCore/include/PolyVoxCore/Density.h +++ b/library/PolyVoxCore/include/PolyVoxCore/Density.h @@ -27,6 +27,7 @@ freely, subject to the following restrictions: #include "PolyVoxImpl/TypeDef.h" #include +#include namespace PolyVox {