pandatool: Fix several missing includes

This commit is contained in:
Sam Edwards 2018-10-28 03:11:51 -06:00
parent b8b86dc2f2
commit 466a68a985
10 changed files with 16 additions and 1 deletions

View File

@ -13,6 +13,8 @@
#include "eggBackPointer.h"
#include "pnotify.h"
TypeHandle EggBackPointer::_type_handle;

View File

@ -29,6 +29,7 @@
*/
class EggJointPointer;
class LMatrix4d;
/**
* This class is used during joint optimization or restructuring to store the

View File

@ -12,6 +12,8 @@
*/
#include "eggJointData.h"
#include "eggCharacterDb.h"
#include "eggJointNodePointer.h"
#include "eggMatrixTablePointer.h"
#include "pvector.h"

View File

@ -14,8 +14,9 @@
#include "eggJointNodePointer.h"
#include "dcast.h"
#include "eggObject.h"
#include "eggCharacterDb.h"
#include "eggGroup.h"
#include "eggObject.h"
#include "pointerTo.h"

View File

@ -12,7 +12,9 @@
*/
#include "eggMatrixTablePointer.h"
#include "dcast.h"
#include "eggCharacterDb.h"
#include "eggSAnimData.h"
#include "eggXfmAnimData.h"
#include "eggXfmSAnim.h"

View File

@ -17,6 +17,7 @@
#include "textureImage.h"
#include "palettizer.h"
#include "paletteImage.h"
#include "sourceTextureImage.h"
#include "indent.h"
#include "datagram.h"

View File

@ -18,6 +18,7 @@
#include "eggTexture.h"
#include "eggPrimitive.h"
#include "datagram.h"
#include "config_xfile.h"
#include <string.h> // for strcmp, strdup

View File

@ -12,6 +12,7 @@
*/
#include "xFileMesh.h"
#include "xFileToEggConverter.h"
#include "xFileFace.h"
#include "xFileVertex.h"
#include "xFileNormal.h"
@ -22,6 +23,7 @@
#include "eggVertexPool.h"
#include "eggVertex.h"
#include "eggPolygon.h"
#include "eggGroup.h"
#include "eggGroupNode.h"
using std::min;

View File

@ -22,6 +22,8 @@
#include "namable.h"
#include "coordinateSystem.h"
#include "luse.h"
class XFileNode;
class XFileDataNode;
class XFileMesh;

View File

@ -19,6 +19,7 @@
#include "eggData.h"
#include "eggGroup.h"
#include "eggTable.h"
#include "eggXfmSAnim.h"
#include "eggGroupUniquifier.h"
#include "datagram.h"