Browse Source

general: Fix includes

Sam Edwards 7 years ago
parent
commit
fbe373dfdc

+ 1 - 0
dtool/src/interrogatedb/py_compat.cxx

@@ -12,6 +12,7 @@
  */
  */
 
 
 #include "py_compat.h"
 #include "py_compat.h"
+#include "py_panda.h"
 
 
 #ifdef HAVE_PYTHON
 #ifdef HAVE_PYTHON
 
 

+ 1 - 0
dtool/src/interrogatedb/py_panda.h

@@ -22,6 +22,7 @@
 
 
 #include "pnotify.h"
 #include "pnotify.h"
 #include "vector_uchar.h"
 #include "vector_uchar.h"
+#include "register_type.h"
 
 
 #if defined(HAVE_PYTHON) && !defined(CPPPARSER)
 #if defined(HAVE_PYTHON) && !defined(CPPPARSER)
 
 

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

@@ -25,6 +25,8 @@
 #include "datagram.h"
 #include "datagram.h"
 #include "datagramIterator.h"
 #include "datagramIterator.h"
 #include "nodePath.h"
 #include "nodePath.h"
+#include "paramNodePath.h"
+#include "paramTexture.h"
 #include "shaderBuffer.h"
 #include "shaderBuffer.h"
 
 
 TypeHandle ShaderAttrib::_type_handle;
 TypeHandle ShaderAttrib::_type_handle;

+ 1 - 0
panda/src/physics/physicalNode.cxx

@@ -12,6 +12,7 @@
  */
  */
 
 
 #include "physicalNode.h"
 #include "physicalNode.h"
+#include "physicsManager.h"
 
 
 // static stuff.
 // static stuff.
 TypeHandle PhysicalNode::_type_handle;
 TypeHandle PhysicalNode::_type_handle;

+ 0 - 1
panda/src/pipeline/pipeline.cxx

@@ -13,7 +13,6 @@
 
 
 #include "pipeline.h"
 #include "pipeline.h"
 #include "pipelineCyclerTrueImpl.h"
 #include "pipelineCyclerTrueImpl.h"
-#include "reMutexHolder.h"
 #include "configVariableInt.h"
 #include "configVariableInt.h"
 #include "config_pipeline.h"
 #include "config_pipeline.h"
 
 

+ 2 - 0
panda/src/pipeline/pipeline.h

@@ -18,6 +18,8 @@
 #include "pipelineCyclerLinks.h"
 #include "pipelineCyclerLinks.h"
 #include "namable.h"
 #include "namable.h"
 #include "pset.h"
 #include "pset.h"
+#include "pmutex.h"
+#include "mutexHolder.h"
 #include "reMutex.h"
 #include "reMutex.h"
 #include "reMutexHolder.h"
 #include "reMutexHolder.h"
 #include "selectThreadImpl.h"  // for THREADED_PIPELINE definition
 #include "selectThreadImpl.h"  // for THREADED_PIPELINE definition

+ 1 - 0
panda/src/putil/datagramBuffer.h

@@ -15,6 +15,7 @@
 #define DATAGRAMBUFFER_H
 #define DATAGRAMBUFFER_H
 
 
 #include "pandabase.h"
 #include "pandabase.h"
+#include "datagramGenerator.h"
 #include "datagramSink.h"
 #include "datagramSink.h"
 #include "vector_uchar.h"
 #include "vector_uchar.h"