added missing include to color4
This commit is contained in:
parent
f0d2300c82
commit
5c97fd3dc3
|
@ -24,6 +24,9 @@
|
||||||
History
|
History
|
||||||
|
|
||||||
$Log: not supported by cvs2svn $
|
$Log: not supported by cvs2svn $
|
||||||
|
Revision 1.17 2007/05/04 16:16:04 ganovelli
|
||||||
|
added include to texcoor2
|
||||||
|
|
||||||
Revision 1.16 2007/03/12 15:42:11 tarini
|
Revision 1.16 2007/03/12 15:42:11 tarini
|
||||||
Texture coord name change! "TCoord" and "Texture" are BAD. "TexCoord" is GOOD.
|
Texture coord name change! "TCoord" and "Texture" are BAD. "TexCoord" is GOOD.
|
||||||
|
|
||||||
|
@ -82,6 +85,7 @@ First Really Working version
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <vcg/space/triangle3.h>
|
#include <vcg/space/triangle3.h>
|
||||||
#include <vcg/space/texcoord2.h>
|
#include <vcg/space/texcoord2.h>
|
||||||
|
#include <vcg/space/color4.h>
|
||||||
|
|
||||||
namespace vcg {
|
namespace vcg {
|
||||||
namespace face {
|
namespace face {
|
||||||
|
|
Loading…
Reference in New Issue