edded 2 includes:

* component.h 	 for per face Normal calculation function
* exception.h	 for excepion handling
This commit is contained in:
Nico Pietroni 2012-10-08 11:51:35 +00:00
parent f53f93d553
commit c4b53d16cc
1 changed files with 2 additions and 0 deletions

View File

@ -24,7 +24,9 @@
#ifndef __VCG_TRI_UPDATE_NORMALS
#define __VCG_TRI_UPDATE_NORMALS
#include <vcg/simplex/face/component.h>
#include <vcg/complex/algorithms/update/flag.h>
#include <vcg/complex/exception.h>
namespace vcg {
namespace tri {