From 44ee0d53096f46401ec5e6fcdf514f223c221595 Mon Sep 17 00:00:00 2001 From: Matt Williams Date: Thu, 25 Feb 2010 00:16:21 +0000 Subject: [PATCH] Include header to fix build when in C++0x mode --- library/PolyVoxCore/source/SurfaceMesh.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/library/PolyVoxCore/source/SurfaceMesh.cpp b/library/PolyVoxCore/source/SurfaceMesh.cpp index be5d1a8d..ac8b7559 100644 --- a/library/PolyVoxCore/source/SurfaceMesh.cpp +++ b/library/PolyVoxCore/source/SurfaceMesh.cpp @@ -27,6 +27,7 @@ freely, subject to the following restrictions: #include #include +#include using namespace std;