From 0455dda28392957c106edbdd5d6132d5abc37114 Mon Sep 17 00:00:00 2001 From: ganovelli Date: Wed, 8 Oct 2008 09:54:24 +0000 Subject: [PATCH] corrected include path --- vcg/simplex/vertexplus/component_sph.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcg/simplex/vertexplus/component_sph.h b/vcg/simplex/vertexplus/component_sph.h index 571b4581..b1384e01 100644 --- a/vcg/simplex/vertexplus/component_sph.h +++ b/vcg/simplex/vertexplus/component_sph.h @@ -1,7 +1,7 @@ #ifndef COMPONENT_SPH_ #define COMPONENT_SPH_ -#include "spherical_harmonics.h" +#include namespace vcg { namespace vertex {