Преглед на файлове

Fix to include a needed include for the accumulation volume stuffs

Areloch преди 9 години
родител
ревизия
79358ee4be
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  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);