diff --git a/pandaapp/src/stitchbase/stitchPoint.h b/pandaapp/src/stitchbase/stitchPoint.h index 459ea76b2d..c9b03084a6 100644 --- a/pandaapp/src/stitchbase/stitchPoint.h +++ b/pandaapp/src/stitchbase/stitchPoint.h @@ -21,9 +21,9 @@ #include "pandaappbase.h" -#include +#include "luse.h" +#include "pset.h" -#include class StitchImage; @@ -37,7 +37,7 @@ public: bool _space_known; LVector3d _space; - typedef set Images; + typedef pset Images; Images _images; };