From 0e1561519cb952052e5373086475eb4b36d251c8 Mon Sep 17 00:00:00 2001 From: dbv Date: Thu, 7 Jul 2016 15:11:14 +0300 Subject: [PATCH] Compilation fix. --- src/GeomAlgoAPI/GeomAlgoAPI_MakeShape.h | 1 + src/GeomAlgoAPI/GeomAlgoAPI_ShapeAPI.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.2