From 8143b273153ab7aa66bdef9aaf470859ac81a62d Mon Sep 17 00:00:00 2001 From: cignoni Date: Mon, 29 Sep 2008 10:12:38 +0000 Subject: [PATCH] added missing include callback.h --- vcg/complex/trimesh/smooth.h | 1 + 1 file changed, 1 insertion(+) diff --git a/vcg/complex/trimesh/smooth.h b/vcg/complex/trimesh/smooth.h index e7ece35a..2df36f6c 100644 --- a/vcg/complex/trimesh/smooth.h +++ b/vcg/complex/trimesh/smooth.h @@ -98,6 +98,7 @@ first partial porting: compiled gcc,intel and msvc #ifndef __VCGLIB__SMOOTH #define __VCGLIB__SMOOTH +#include #include #include #include