mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
fix build prob
This commit is contained in:
parent
438f5f0aed
commit
6a0c77adbb
@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user