Browse Source

fix build prob

David Rose 24 years ago
parent
commit
6a0c77adbb
1 changed files with 3 additions and 3 deletions
  1. 3 3
      pandaapp/src/stitchbase/stitchPoint.h

+ 3 - 3
pandaapp/src/stitchbase/stitchPoint.h

@@ -21,9 +21,9 @@
 
 
 #include "pandaappbase.h"
 #include "pandaappbase.h"
 
 
-#include <luse.h>
+#include "luse.h"
+#include "pset.h"
 
 
-#include <string>
 
 
 class StitchImage;
 class StitchImage;
 
 
@@ -37,7 +37,7 @@ public:
   bool _space_known;
   bool _space_known;
   LVector3d _space;
   LVector3d _space;
 
 
-  typedef set<StitchImage *> Images;
+  typedef pset<StitchImage *> Images;
   Images _images;
   Images _images;
 };
 };