general: Fix includes

This commit is contained in:
Sam Edwards 2018-02-04 15:55:52 -07:00
parent 0d079e2b80
commit fbe373dfdc
7 changed files with 8 additions and 1 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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