Fixed missing includes.

This commit is contained in:
David Williams 2011-03-15 22:22:20 +00:00
parent 0b1659bdef
commit f887565e35
3 changed files with 4 additions and 0 deletions

View File

@ -25,6 +25,7 @@ freely, subject to the following restrictions:
#define __PolyVox_ConstVolumeProxy_H__
#include "PolyVoxForwardDeclarations.h"
#include "Region.h"
namespace PolyVox
{

View File

@ -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 <limits>

View File

@ -23,6 +23,8 @@ freely, subject to the following restrictions:
#include "Region.h"
#include <limits>
namespace PolyVox
{
const Region Region::MaxRegion