added inclusion of <string>
This commit is contained in:
parent
a96c0e79aa
commit
be64ec50c3
|
@ -1,6 +1,7 @@
|
|||
#ifndef VCG_USED_TYPES_H
|
||||
#define VCG_USED_TYPES_H
|
||||
|
||||
#include <string>
|
||||
#include <vcg/space/point3.h>
|
||||
#include <vcg/container/derivation_chain.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue