From ced2b33b41ece5969c897328e7a914b572be40e7 Mon Sep 17 00:00:00 2001 From: vsr Date: Fri, 3 Jun 2022 12:54:24 +0300 Subject: [PATCH] bos #30182 Fix compilation problem --- src/GeomAlgoAPI/GeomAlgoAPI_ShapeInfo.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/GeomAlgoAPI/GeomAlgoAPI_ShapeInfo.h b/src/GeomAlgoAPI/GeomAlgoAPI_ShapeInfo.h index 52c37a583..aa4c00ae6 100644 --- a/src/GeomAlgoAPI/GeomAlgoAPI_ShapeInfo.h +++ b/src/GeomAlgoAPI/GeomAlgoAPI_ShapeInfo.h @@ -28,6 +28,8 @@ #include #include +#include + /// Keeps values of different possible types, used in python shapeInfo. class GeomAlgoAPI_InfoValue { -- 2.39.2