From 326ad4b109319a638eafe71c25d921e59316c8de Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 16 Jun 2004 09:17:18 +0000 Subject: [PATCH] missing headers --- direct/src/dcparser/dcType.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/direct/src/dcparser/dcType.h b/direct/src/dcparser/dcType.h index 928dcbceff..2bf7e7a702 100755 --- a/direct/src/dcparser/dcType.h +++ b/direct/src/dcparser/dcType.h @@ -22,10 +22,22 @@ #include "dcbase.h" #include "dcPackerInterface.h" +#ifdef HAVE_PYTHON + +#undef HAVE_LONG_LONG // NSPR and Python both define this. +#include + +// 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