Fix to include a needed include for the accumulation volume stuffs

This commit is contained in:
Areloch 2016-08-07 01:35:23 -05:00
parent 88ac03cce0
commit 79358ee4be

View file

@ -62,6 +62,7 @@
#include "materials/materialFeatureTypes.h"
#include "renderInstance/renderOcclusionMgr.h"
#include "core/stream/fileStream.h"
#include "accumulationVolume.h"
IMPLEMENT_CO_DATABLOCK_V1(ShapeBaseData);