From ac5173b5d7dceaa1cc26659739c870fd07d16c7a Mon Sep 17 00:00:00 2001 From: Matt Williams Date: Thu, 7 Apr 2011 17:02:28 +0000 Subject: [PATCH] Fix compilation on Linux -- missing #include --- library/PolyVoxCore/include/MeshDecimator.inl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/library/PolyVoxCore/include/MeshDecimator.inl b/library/PolyVoxCore/include/MeshDecimator.inl index 3936b047..248edfc5 100644 --- a/library/PolyVoxCore/include/MeshDecimator.inl +++ b/library/PolyVoxCore/include/MeshDecimator.inl @@ -21,6 +21,8 @@ freely, subject to the following restrictions: distribution. *******************************************************************************/ +#include "SurfaceMesh.h" + namespace PolyVox { //////////////////////////////////////////////////////////////////////////////// @@ -344,4 +346,4 @@ namespace PolyVox return result; } -} \ No newline at end of file +}