From adabf179e253ad1042f33d4cd21f03f066f40ca0 Mon Sep 17 00:00:00 2001 From: David Rose Date: Tue, 2 Jun 2009 19:14:56 +0000 Subject: [PATCH] missing includes --- panda/src/pgraphnodes/shaderGenerator.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/panda/src/pgraphnodes/shaderGenerator.h b/panda/src/pgraphnodes/shaderGenerator.h index fd6483f934..3cafd391a3 100644 --- a/panda/src/pgraphnodes/shaderGenerator.h +++ b/panda/src/pgraphnodes/shaderGenerator.h @@ -19,13 +19,15 @@ #include "graphicsStateGuardianBase.h" #include "graphicsOutputBase.h" #include "nodePath.h" +#include "shaderAttrib.h" +#include "renderState.h" +#include "renderAttrib.h" class AmbientLight; class DirectionalLight; class PointLight; class Spotlight; class LightAttrib; -class ShaderAttrib; //////////////////////////////////////////////////////////////////// // Class : ShaderGenerator