- added missing "#include"
This commit is contained in:
parent
a1471cea44
commit
d59e519e8f
|
@ -27,6 +27,7 @@
|
|||
#include <map>
|
||||
#include <set>
|
||||
#include <vcg/container/simple_temporary_data.h>
|
||||
#include <vcg/space/color4.h>
|
||||
|
||||
namespace vcg {
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#define _VCG_FACE_TOPOLOGY
|
||||
|
||||
#include <vcg/simplex/face/pos.h>
|
||||
|
||||
#include <vcg/complex/allocate.h>
|
||||
#include <vector>
|
||||
#include <algorithm>
|
||||
|
||||
|
|
Loading…
Reference in New Issue