Salome HOME
bos #30182 Fix compilation problem
authorvsr <vsr@opencascade.com>
Fri, 3 Jun 2022 09:54:24 +0000 (12:54 +0300)
committervsr <vsr@opencascade.com>
Fri, 3 Jun 2022 09:54:56 +0000 (12:54 +0300)
src/GeomAlgoAPI/GeomAlgoAPI_ShapeInfo.h

index 52c37a5832e0c4b14316a2eced0a23c2d65c2b89..aa4c00ae6539a3c2462b50d1f7208fa2de828bb9 100644 (file)
@@ -28,6 +28,8 @@
 #include <GeomAPI_Edge.h>
 #include <GeomAPI_Face.h>
 
+#include <string>
+
 /// Keeps values of different possible types, used in python shapeInfo.
 class GeomAlgoAPI_InfoValue
 {