Add <limits> include for numeric_limits<>

This commit is contained in:
Matt Williams 2011-10-10 17:32:01 +02:00
parent cf222acd5d
commit 9f8c8c1da2

View File

@ -27,6 +27,7 @@ freely, subject to the following restrictions:
#include "PolyVoxImpl/TypeDef.h"
#include <cassert>
#include <limits>
namespace PolyVox
{