added missing includes.

This commit is contained in:
Federico Ponchio 2011-04-11 16:48:13 +00:00
parent f310574e04
commit a4af30479c
1 changed files with 4 additions and 0 deletions

View File

@ -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 {