From 79358ee4be06b61f2e4af5cf5ff02889f12b560f Mon Sep 17 00:00:00 2001 From: Areloch Date: Sun, 7 Aug 2016 01:35:23 -0500 Subject: [PATCH] Fix to include a needed include for the accumulation volume stuffs --- Engine/source/T3D/shapeBase.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Engine/source/T3D/shapeBase.cpp b/Engine/source/T3D/shapeBase.cpp index 69931c85b..e2cb15910 100644 --- a/Engine/source/T3D/shapeBase.cpp +++ b/Engine/source/T3D/shapeBase.cpp @@ -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);