Bladeren bron

linux compile error missing polyhedral include fix

Duion 10 jaren geleden
bovenliggende
commit
20484b58eb
2 gewijzigde bestanden met toevoegingen van 2 en 1 verwijderingen
  1. 1 0
      Engine/source/T3D/accumulationVolume.cpp
  2. 1 1
      Engine/source/T3D/occlusionVolume.cpp

+ 1 - 0
Engine/source/T3D/accumulationVolume.cpp

@@ -42,6 +42,7 @@
 #include "scene/sceneContainer.h"
 
 #include "math/mPolyhedron.impl.h"
+#include "scene/mixin/scenePolyhedralObject.impl.h"
 
 Vector< SimObjectPtr<SceneObject> > AccumulationVolume::smAccuObjects;
 Vector< SimObjectPtr<AccumulationVolume> > AccumulationVolume::smAccuVolumes;

+ 1 - 1
Engine/source/T3D/occlusionVolume.cpp

@@ -31,7 +31,7 @@
 #include "util/tempAlloc.h"
 
 #include "math/mPolyhedron.impl.h"
-
+#include "scene/mixin/scenePolyhedralObject.impl.h"
 
 //#define DEBUG_DRAW