Skip to content

Commit 79c71a5

Browse files
committed
pgraph: fix missing includes of *Collection classes in nodePath.h
1 parent 2e03eb4 commit 79c71a5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

panda/src/pgraph/nodePath.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
#include "pta_LVecBase2.h"
4242
#include "stl_compares.h"
4343
#include "shaderInput.h"
44+
#include "internalNameCollection.h"
45+
#include "materialCollection.h"
4446
#include "textureCollection.h"
4547
#include "textureStageCollection.h"
4648

@@ -49,13 +51,9 @@ class FindApproxPath;
4951
class FindApproxLevelEntry;
5052
class Light;
5153
class PolylightNode;
52-
class InternalNameCollection;
5354
class Texture;
5455
class TextureStage;
55-
class TextureCollection;
56-
class TextureStageCollection;
5756
class Material;
58-
class MaterialCollection;
5957
class Fog;
6058
class GlobPattern;
6159
class PreparedGraphicsObjects;
@@ -1054,6 +1052,8 @@ class EXPCL_PANDA_PGRAPH NodePath {
10541052

10551053
INLINE std::ostream &operator << (std::ostream &out, const NodePath &node_path);
10561054

1055+
#include "nodePathCollection.h"
1056+
10571057
#include "nodePath.I"
10581058

10591059
#endif

0 commit comments

Comments
 (0)