diff --git a/pandatool/src/lwoegg/cLwoSurface.h b/pandatool/src/lwoegg/cLwoSurface.h index 79d8e169d2..2eb5d8c2a1 100644 --- a/pandatool/src/lwoegg/cLwoSurface.h +++ b/pandatool/src/lwoegg/cLwoSurface.h @@ -27,6 +27,8 @@ #include #include #include +#include +#include #include #include @@ -90,10 +92,10 @@ public: CPT(LwoSurface) _surface; bool _checked_material; - PT(EggMaterial) _egg_material; + PT_EggMaterial _egg_material; bool _checked_texture; - PT(EggTexture) _egg_texture; + PT_EggTexture _egg_texture; CLwoSurfaceBlock *_block;