Pārlūkot izejas kodu

Merge pull request #1725 from Areloch/IncludeInclude

Fix to include a needed include for the accumulation volume stuffs
Areloch 9 gadi atpakaļ
vecāks
revīzija
dfa6d46013
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      Engine/source/T3D/shapeBase.cpp

+ 1 - 0
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);