From 7286f7ce8176fb66ac0984dce6b76d1a06665e55 Mon Sep 17 00:00:00 2001 From: Matt Williams Date: Sun, 16 Mar 2008 20:39:04 +0000 Subject: [PATCH] Minor changes to work towards getting it compiling on linux again --- include/PolyVoxForwardDeclarations.h | 2 +- include/Vector.h | 2 +- source/Block.cpp | 2 ++ source/IndexedSurfacePatch.cpp | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/include/PolyVoxForwardDeclarations.h b/include/PolyVoxForwardDeclarations.h index ed67070e..2cd2302f 100644 --- a/include/PolyVoxForwardDeclarations.h +++ b/include/PolyVoxForwardDeclarations.h @@ -35,4 +35,4 @@ namespace PolyVox class VolumeIterator; } -#endif \ No newline at end of file +#endif diff --git a/include/Vector.h b/include/Vector.h index e866a6ad..4f58f1f5 100644 --- a/include/Vector.h +++ b/include/Vector.h @@ -4,7 +4,7 @@ #include #include "boost/cstdint.hpp" -#include +#include namespace PolyVox { diff --git a/source/Block.cpp b/source/Block.cpp index 0fae6bb6..13aa0c6a 100644 --- a/source/Block.cpp +++ b/source/Block.cpp @@ -19,6 +19,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. #include "Block.h" +#include + using namespace boost; namespace PolyVox diff --git a/source/IndexedSurfacePatch.cpp b/source/IndexedSurfacePatch.cpp index 0386e9d3..d3fde99b 100644 --- a/source/IndexedSurfacePatch.cpp +++ b/source/IndexedSurfacePatch.cpp @@ -103,4 +103,4 @@ namespace PolyVox size += m_vecTriangleIndices.capacity() * sizeof(m_vecTriangleIndices[0]); return size; } -} \ No newline at end of file +}