chamged " to < in the #include

This commit is contained in:
ganovelli 2008-09-22 09:35:01 +00:00
parent f2ed76753c
commit 889b2ddaa3
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
#ifndef __VCGLIB_LEGENDRE_H #ifndef __VCGLIB_LEGENDRE_H
#define __VCGLIB_LEGENDRE_H #define __VCGLIB_LEGENDRE_H
#include "vcg/math/base.h" #include <vcg/math/base.h>
namespace vcg { namespace vcg {
namespace math { namespace math {