general: Add missing includes and forward-declarations.

This commit is contained in:
Sam Edwards 2015-03-28 11:16:40 -07:00 committed by rdb
parent b06100afdd
commit 64120cd7d8
5 changed files with 11 additions and 0 deletions

View File

@ -19,6 +19,7 @@
#include "cppType.h"
class CPPIdentifier;
class CPPInstanceIdentifier;
///////////////////////////////////////////////////////////////////
// Class : CPPTypedefType

View File

@ -23,6 +23,7 @@
#include "interrogateDatabase.h"
#include "cppInstance.h"
#include "cppConstType.h"
#include "cppFunctionType.h"
#include "cppParameterList.h"
#include "cppReferenceType.h"

View File

@ -21,10 +21,17 @@
#include "interrogateDatabase.h"
#include "interrogateType.h"
#include "interrogateFunction.h"
#include "cppArrayType.h"
#include "cppConstType.h"
#include "cppEnumType.h"
#include "cppFunctionType.h"
#include "cppFunctionGroup.h"
#include "cppPointerType.h"
#include "cppTypeDeclaration.h"
#include "cppTypedefType.h"
#include "cppSimpleType.h"
#include "cppStructType.h"
#include "cppExpression.h"
#include "vector"
#include "cppParameterList.h"
#include "algorithm"

View File

@ -40,6 +40,7 @@ class GeomVertexData;
class GeomPrimitive;
class PandaNode;
class RenderState;
class Material;
class Texture;
class CharacterJoint;
class EggVertex;

View File

@ -23,6 +23,7 @@
#include "bamWriter.h"
#include "datagram.h"
#include "datagramIterator.h"
#include "nodePath.h"
TypeHandle ShaderAttrib::_type_handle;
int ShaderAttrib::_attrib_slot;