Fix compilation on Linux -- missing #include

This commit is contained in:
Matt Williams 2011-04-07 17:02:28 +00:00
parent 2120b30f32
commit ac5173b5d7

View File

@ -21,6 +21,8 @@ freely, subject to the following restrictions:
distribution. distribution.
*******************************************************************************/ *******************************************************************************/
#include "SurfaceMesh.h"
namespace PolyVox namespace PolyVox
{ {
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
@ -344,4 +346,4 @@ namespace PolyVox
return result; return result;
} }
} }