added a missing include
This commit is contained in:
parent
2e7c97e90e
commit
d124cae6fb
|
@ -227,6 +227,7 @@ Initial Release
|
||||||
#include <vcg/space/index/grid_static_ptr.h>
|
#include <vcg/space/index/grid_static_ptr.h>
|
||||||
#include<vcg/complex/trimesh/allocate.h>
|
#include<vcg/complex/trimesh/allocate.h>
|
||||||
#include<vcg/complex/trimesh/update/selection.h>
|
#include<vcg/complex/trimesh/update/selection.h>
|
||||||
|
#include<vcg/complex/trimesh/update/flag.h>
|
||||||
|
|
||||||
|
|
||||||
namespace vcg {
|
namespace vcg {
|
||||||
|
|
Loading…
Reference in New Issue