Sfoglia il codice sorgente

Fix compile issue with gcc/clang

James Urquhart 2 anni fa
parent
commit
dad888f862
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      Engine/source/scene/sceneObject.h

+ 1 - 0
Engine/source/scene/sceneObject.h

@@ -85,6 +85,7 @@ class SceneObjectLightingPlugin;
 class Convex;
 class LightInfo;
 class SFXAmbience;
+class SceneContainer;
 
 struct ObjectRenderInst;
 struct Move;