From 29c55b8499e578d30892a0e4f59fb457ea978a4d Mon Sep 17 00:00:00 2001 From: Maxime Gimeno Date: Tue, 27 Jun 2017 15:24:30 +0200 Subject: [PATCH] Fix misisng QMap in Alpha_shape_3 demo --- Alpha_shapes_3/demo/Alpha_shapes_3/Viewer.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Alpha_shapes_3/demo/Alpha_shapes_3/Viewer.h b/Alpha_shapes_3/demo/Alpha_shapes_3/Viewer.h index 5280aa622b3..b382b39c9d0 100644 --- a/Alpha_shapes_3/demo/Alpha_shapes_3/Viewer.h +++ b/Alpha_shapes_3/demo/Alpha_shapes_3/Viewer.h @@ -2,6 +2,7 @@ #define VIEWER_H #include "typedefs.h" +#include #include #include #include