From 3bb6cfc71aa3081c4f8a30bce45df3bfcd0ce547 Mon Sep 17 00:00:00 2001 From: alemuntoni Date: Thu, 14 Oct 2021 17:06:30 +0200 Subject: [PATCH] missing include in complex/base.h --- vcg/complex/base.h | 1 + 1 file changed, 1 insertion(+) diff --git a/vcg/complex/base.h b/vcg/complex/base.h index 2656a318..befda76c 100644 --- a/vcg/complex/base.h +++ b/vcg/complex/base.h @@ -29,6 +29,7 @@ #include +#include "exception.h" #include "used_types.h" namespace vcg {