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 +}