corrected include path

This commit is contained in:
ganovelli 2008-10-08 09:54:24 +00:00
parent 23f7fc2bc3
commit 0455dda283
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#ifndef COMPONENT_SPH_ #ifndef COMPONENT_SPH_
#define COMPONENT_SPH_ #define COMPONENT_SPH_
#include "spherical_harmonics.h" #include <vcg/math/spherical_harmonics.h>
namespace vcg { namespace vcg {
namespace vertex { namespace vertex {