From f887565e3536542f62b138e2034cc9d001955fa0 Mon Sep 17 00:00:00 2001 From: David Williams Date: Tue, 15 Mar 2011 22:22:20 +0000 Subject: [PATCH] Fixed missing includes. --- library/PolyVoxCore/include/ConstVolumeProxy.h | 1 + library/PolyVoxCore/include/Volume.h | 1 + library/PolyVoxCore/source/Region.cpp | 2 ++ 3 files changed, 4 insertions(+) diff --git a/library/PolyVoxCore/include/ConstVolumeProxy.h b/library/PolyVoxCore/include/ConstVolumeProxy.h index b571d462..e96e6d59 100644 --- a/library/PolyVoxCore/include/ConstVolumeProxy.h +++ b/library/PolyVoxCore/include/ConstVolumeProxy.h @@ -25,6 +25,7 @@ freely, subject to the following restrictions: #define __PolyVox_ConstVolumeProxy_H__ #include "PolyVoxForwardDeclarations.h" +#include "Region.h" namespace PolyVox { diff --git a/library/PolyVoxCore/include/Volume.h b/library/PolyVoxCore/include/Volume.h index 1aeabb14..c3e72979 100644 --- a/library/PolyVoxCore/include/Volume.h +++ b/library/PolyVoxCore/include/Volume.h @@ -25,6 +25,7 @@ freely, subject to the following restrictions: #define __PolyVox_Volume_H__ #include "PolyVoxImpl/Block.h" +#include "Region.h" #include "PolyVoxForwardDeclarations.h" #include diff --git a/library/PolyVoxCore/source/Region.cpp b/library/PolyVoxCore/source/Region.cpp index d76ed9b0..d1155957 100644 --- a/library/PolyVoxCore/source/Region.cpp +++ b/library/PolyVoxCore/source/Region.cpp @@ -23,6 +23,8 @@ freely, subject to the following restrictions: #include "Region.h" +#include + namespace PolyVox { const Region Region::MaxRegion