From 81d9524e03a7ae8ce1e48d602b3445c27def678f Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Mon, 25 Jul 2022 18:41:38 +0200 Subject: [PATCH] Fix missing header. --- libs/kimath/include/geometry/shape_compound.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/kimath/include/geometry/shape_compound.h b/libs/kimath/include/geometry/shape_compound.h index 2730583a40..6723060680 100644 --- a/libs/kimath/include/geometry/shape_compound.h +++ b/libs/kimath/include/geometry/shape_compound.h @@ -30,6 +30,7 @@ #include #include #include +#include #include "eda_angle.h" class SHAPE_SIMPLE;