Fixed missing includes.
This commit is contained in:
parent
0b1659bdef
commit
f887565e35
@ -25,6 +25,7 @@ freely, subject to the following restrictions:
|
||||
#define __PolyVox_ConstVolumeProxy_H__
|
||||
|
||||
#include "PolyVoxForwardDeclarations.h"
|
||||
#include "Region.h"
|
||||
|
||||
namespace PolyVox
|
||||
{
|
||||
|
@ -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>
|
||||
|
@ -23,6 +23,8 @@ freely, subject to the following restrictions:
|
||||
|
||||
#include "Region.h"
|
||||
|
||||
#include <limits>
|
||||
|
||||
namespace PolyVox
|
||||
{
|
||||
const Region Region::MaxRegion
|
||||
|
Loading…
x
Reference in New Issue
Block a user