Added missing header which was causing problems when compiling Cubiquity on Linux.

This commit is contained in:
David Williams 2014-03-16 21:13:15 +01:00
parent d50b910a45
commit d06650172a

View File

@ -21,6 +21,8 @@ freely, subject to the following restrictions:
distribution.
*******************************************************************************/
#include "PolyVoxCore/Impl/Utility.h"
namespace PolyVox
{
template <typename VoxelType>