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__
|
#define __PolyVox_ConstVolumeProxy_H__
|
||||||
|
|
||||||
#include "PolyVoxForwardDeclarations.h"
|
#include "PolyVoxForwardDeclarations.h"
|
||||||
|
#include "Region.h"
|
||||||
|
|
||||||
namespace PolyVox
|
namespace PolyVox
|
||||||
{
|
{
|
||||||
|
@ -25,6 +25,7 @@ freely, subject to the following restrictions:
|
|||||||
#define __PolyVox_Volume_H__
|
#define __PolyVox_Volume_H__
|
||||||
|
|
||||||
#include "PolyVoxImpl/Block.h"
|
#include "PolyVoxImpl/Block.h"
|
||||||
|
#include "Region.h"
|
||||||
#include "PolyVoxForwardDeclarations.h"
|
#include "PolyVoxForwardDeclarations.h"
|
||||||
|
|
||||||
#include <limits>
|
#include <limits>
|
||||||
|
@ -23,6 +23,8 @@ freely, subject to the following restrictions:
|
|||||||
|
|
||||||
#include "Region.h"
|
#include "Region.h"
|
||||||
|
|
||||||
|
#include <limits>
|
||||||
|
|
||||||
namespace PolyVox
|
namespace PolyVox
|
||||||
{
|
{
|
||||||
const Region Region::MaxRegion
|
const Region Region::MaxRegion
|
||||||
|
Loading…
x
Reference in New Issue
Block a user