From d06650172afa2e3a660046bea77a8fdd79fbff42 Mon Sep 17 00:00:00 2001 From: David Williams Date: Sun, 16 Mar 2014 21:13:15 +0100 Subject: [PATCH] Added missing header which was causing problems when compiling Cubiquity on Linux. --- library/PolyVoxCore/include/PolyVoxCore/UncompressedBlock.inl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/library/PolyVoxCore/include/PolyVoxCore/UncompressedBlock.inl b/library/PolyVoxCore/include/PolyVoxCore/UncompressedBlock.inl index 4d506d74..2239b267 100644 --- a/library/PolyVoxCore/include/PolyVoxCore/UncompressedBlock.inl +++ b/library/PolyVoxCore/include/PolyVoxCore/UncompressedBlock.inl @@ -21,6 +21,8 @@ freely, subject to the following restrictions: distribution. *******************************************************************************/ +#include "PolyVoxCore/Impl/Utility.h" + namespace PolyVox { template