From 5af63b5893ca5fdfb9e4e705aeda1ff629c52b34 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Fri, 25 May 2018 10:27:45 +0100 Subject: [PATCH] Fix #include --- Polyhedron/demo/Polyhedron/C3t3_type.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Polyhedron/demo/Polyhedron/C3t3_type.h b/Polyhedron/demo/Polyhedron/C3t3_type.h index d3e09ef5380..639242b908b 100644 --- a/Polyhedron/demo/Polyhedron/C3t3_type.h +++ b/Polyhedron/demo/Polyhedron/C3t3_type.h @@ -3,7 +3,7 @@ // include this to get #define BOOST_PARAMETER_MAX_ARITY 12 // as otherwise it gets set via inclusion of Polyhedron_3.h -#include +#include #include #include "Polyhedron_type.h"