Browse Source

fixes for tau

Zachary Pavlov 19 years ago
parent
commit
58533ae46c

+ 1 - 0
panda/src/pgraph/config_pgraph.cxx

@@ -84,6 +84,7 @@
 #include "shaderAttrib.h"
 #include "shader.h"
 #include "showBoundsEffect.h"
+#include "stencilAttrib.h"
 #include "spotlight.h"
 #include "stateMunger.h"
 #include "switchNode.h"

+ 2 - 0
panda/src/pgraph/loaderFileType.cxx

@@ -17,8 +17,10 @@
 ////////////////////////////////////////////////////////////////////
 
 #include "loaderFileType.h"
+#include "loaderOptions.h"
 #include "config_pgraph.h"
 
+
 TypeHandle LoaderFileType::_type_handle;
 
 ////////////////////////////////////////////////////////////////////

+ 1 - 0
panda/src/pgraph/loaderFileTypeBam.cxx

@@ -19,6 +19,7 @@
 #include "loaderFileTypeBam.h"
 #include "config_pgraph.h"
 #include "bamFile.h"
+#include "bamCacheRecord.h"
 #include "loaderOptions.h"
 
 #include "dcast.h"

+ 2 - 0
panda/src/pgraph/lodNode.cxx

@@ -38,6 +38,8 @@
 #include "geometricBoundingVolume.h"
 #include "look_at.h"
 #include "nodePath.h"
+#include "shaderAttrib.h"
+#include "colorAttrib.h"
 
 TypeHandle LODNode::_type_handle;