Added include assert.h
This commit is contained in:
parent
f4d3561502
commit
5c63b84bf8
|
@ -24,6 +24,9 @@
|
|||
History
|
||||
|
||||
$Log: not supported by cvs2svn $
|
||||
Revision 1.27 2007/01/02 10:06:53 giec
|
||||
Added access functions F()
|
||||
|
||||
Revision 1.26 2006/12/29 13:13:00 giec
|
||||
Corrected wrong assert in V(i) access function
|
||||
|
||||
|
@ -114,6 +117,8 @@ Initial commit
|
|||
#ifndef __VCG_FACE_POS
|
||||
#define __VCG_FACE_POS
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
namespace vcg {
|
||||
namespace face {
|
||||
|
||||
|
|
Loading…
Reference in New Issue