From 889b2ddaa366874f35846e49ea97b50d66deee69 Mon Sep 17 00:00:00 2001 From: ganovelli Date: Mon, 22 Sep 2008 09:35:01 +0000 Subject: [PATCH] chamged " to < in the #include --- vcg/math/legendre.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcg/math/legendre.h b/vcg/math/legendre.h index beaa290c..24278c06 100644 --- a/vcg/math/legendre.h +++ b/vcg/math/legendre.h @@ -24,7 +24,7 @@ #ifndef __VCGLIB_LEGENDRE_H #define __VCGLIB_LEGENDRE_H -#include "vcg/math/base.h" +#include namespace vcg { namespace math {