Browse Source

pgraph: Fix use of incomplete GeomNode in PT(GeomNode)

Sam Edwards 7 years ago
parent
commit
69d5fcf3b0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/pgraph/cullBin.h

+ 1 - 1
panda/src/pgraph/cullBin.h

@@ -20,6 +20,7 @@
 #include "pStatCollector.h"
 #include "pointerTo.h"
 #include "luse.h"
+#include "geomNode.h"
 
 class CullableObject;
 class GraphicsStateGuardianBase;
@@ -27,7 +28,6 @@ class SceneSetup;
 class TransformState;
 class RenderState;
 class PandaNode;
-class GeomNode;
 
 /**
  * A collection of Geoms and their associated state, for a particular scene.