From: dbv Date: Thu, 7 Jul 2016 12:11:14 +0000 (+0300) Subject: Compilation fix. X-Git-Tag: V_2.5.0~218 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=0e1561519cb952052e5373086475eb4b36d251c8;p=modules%2Fshaper.git Compilation fix. --- diff --git a/src/GeomAlgoAPI/GeomAlgoAPI_MakeShape.h b/src/GeomAlgoAPI/GeomAlgoAPI_MakeShape.h index 1b423738e..6fc03c6f8 100644 --- a/src/GeomAlgoAPI/GeomAlgoAPI_MakeShape.h +++ b/src/GeomAlgoAPI/GeomAlgoAPI_MakeShape.h @@ -15,6 +15,7 @@ #include #include #include +#include /// \class GeomAlgoAPI_MakeShape /// \ingroup DataAlgo diff --git a/src/GeomAlgoAPI/GeomAlgoAPI_ShapeAPI.h b/src/GeomAlgoAPI/GeomAlgoAPI_ShapeAPI.h index 4a42294b7..02ebef9dd 100644 --- a/src/GeomAlgoAPI/GeomAlgoAPI_ShapeAPI.h +++ b/src/GeomAlgoAPI/GeomAlgoAPI_ShapeAPI.h @@ -5,7 +5,7 @@ // Author: Clarisse Genrault (CEA) #ifndef GEOMALGOAPI_SHAPEAPI_H -#define GEOMALGOAPI_SHAPERAPI_H +#define GEOMALGOAPI_SHAPEAPI_H #include #include