From 87a526bb469306d525584ea20bc9ff540fdadee8 Mon Sep 17 00:00:00 2001 From: Matt Williams Date: Sun, 28 Nov 2010 14:07:31 +0000 Subject: [PATCH] Without this, Thermite errors at compilation time. Given the large amount of templated classes in PolyVox perhaps we need some tests in PolyVox which compile classes like this to find errors like this earlier? --- library/PolyVoxCore/include/Material.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/library/PolyVoxCore/include/Material.h b/library/PolyVoxCore/include/Material.h index 3910dae9..3a860016 100644 --- a/library/PolyVoxCore/include/Material.h +++ b/library/PolyVoxCore/include/Material.h @@ -27,6 +27,8 @@ freely, subject to the following restrictions: #include "PolyVoxForwardDeclarations.h" #include "PolyVoxImpl/TypeDef.h" +#include + namespace PolyVox { ///This class represents a voxel storing only a material.