From 560a0fd53bfcaa037196fc69e279345d19a29d91 Mon Sep 17 00:00:00 2001 From: ponchio Date: Fri, 1 Oct 2004 15:58:00 +0000 Subject: [PATCH] Added include --- vcg/complex/trimesh/update/topology.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vcg/complex/trimesh/update/topology.h b/vcg/complex/trimesh/update/topology.h index fe6cf048..e4bc107b 100644 --- a/vcg/complex/trimesh/update/topology.h +++ b/vcg/complex/trimesh/update/topology.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.12 2004/09/09 13:02:12 ponchio +Linux compatible path in #include + Revision 1.11 2004/08/07 16:18:20 pietroni addet testFFTopology and testVFTopology functions used to test the rispective topology.... @@ -62,6 +65,7 @@ Initial commit #ifndef __VCG_TRI_UPDATE_TOPOLOGY #define __VCG_TRI_UPDATE_TOPOLOGY #include +#include #include namespace vcg { namespace tri {