included missing header.
This commit is contained in:
parent
48b7365ba4
commit
ee3177b1d9
|
@ -125,6 +125,8 @@ Initial commit
|
|||
#include <vcg/math/matrix44.h>
|
||||
#include <vcg/math/matrix33.h>
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
namespace vcg {
|
||||
/** \addtogroup space */
|
||||
/*@{*/
|
||||
|
@ -479,8 +481,8 @@ ScalarType ComputeAspectRatio()
|
|||
|
||||
a=Barycentric.V(0);
|
||||
b=Barycentric.V(1);
|
||||
d=Barycentric.V(2);
|
||||
c=1-(a+b+d);
|
||||
d=Barycentric.V(2);
|
||||
c=1-(a+b+d);
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue