From 00eb9b8bd22fafad0b4ce6ef9ac6f097b215ceef Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 13 Jul 2005 18:29:48 +0000 Subject: [PATCH] need to include eggData.h for interrogate --- panda/src/egg2pg/load_egg_file.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/panda/src/egg2pg/load_egg_file.h b/panda/src/egg2pg/load_egg_file.h index 5dd19a9654..24fb761ad7 100644 --- a/panda/src/egg2pg/load_egg_file.h +++ b/panda/src/egg2pg/load_egg_file.h @@ -23,8 +23,7 @@ #include "pandaNode.h" #include "coordinateSystem.h" - -class EggData; +#include "eggData.h" BEGIN_PUBLISH ////////////////////////////////////////////////////////////////////