From bb741600ca9af3dca8a5e134896215bcf6229c68 Mon Sep 17 00:00:00 2001 From: ganovelli Date: Tue, 30 Sep 2008 11:41:04 +0000 Subject: [PATCH] to --- vcg/math/base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcg/math/base.h b/vcg/math/base.h index d099a369..c51f398c 100644 --- a/vcg/math/base.h +++ b/vcg/math/base.h @@ -88,7 +88,7 @@ Edited Comments and GPL license #include #include -#include +#include /// static_assert: implemented as a macro for "assert", but it is separated for clarity. /// Should be used for checking integrity constraints that can be tested at complile time,