mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 17:35:34 -04:00
missing headers
This commit is contained in:
parent
9ccac55523
commit
326ad4b109
@ -22,10 +22,22 @@
|
||||
#include "dcbase.h"
|
||||
#include "dcPackerInterface.h"
|
||||
|
||||
#ifdef HAVE_PYTHON
|
||||
|
||||
#undef HAVE_LONG_LONG // NSPR and Python both define this.
|
||||
#include <Python.h>
|
||||
|
||||
// We only need these headers if we are also building a Python interface.
|
||||
#include "datagram.h"
|
||||
#include "datagramIterator.h"
|
||||
|
||||
#endif // HAVE_PYTHON
|
||||
|
||||
class DCSimpleType;
|
||||
class DCClassType;
|
||||
class DCArrayType;
|
||||
class DCTypedefType;
|
||||
class HashGenerator;
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
// Class : DCType
|
||||
|
Loading…
x
Reference in New Issue
Block a user