added missing includes.
This commit is contained in:
parent
f310574e04
commit
a4af30479c
|
@ -52,6 +52,10 @@
|
|||
#ifndef __VCGLIB_MATERIAL
|
||||
#define __VCGLIB_MATERIAL
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <vcg/space/point3.h>
|
||||
|
||||
namespace vcg {
|
||||
namespace tri {
|
||||
namespace io {
|
||||
|
|
Loading…
Reference in New Issue