Merge pull request #1725 from Areloch/IncludeInclude

Fix to include a needed include for the accumulation volume stuffs
This commit is contained in:
Areloch 2016-08-07 02:28:37 -05:00 committed by GitHub
commit dfa6d46013

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);