From: Nabil Ghodbane Date: Fri, 30 Sep 2022 12:03:43 +0000 (+0200) Subject: spns #32364: PlaneGCS 0.20 X-Git-Tag: V9_11_0~268^2~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7df6a197f8c9449bb54b868a0b544dbea6c9ca7d;p=tools%2Fsat_salome.git spns #32364: PlaneGCS 0.20 --- diff --git a/products/patches/planegcs-0.20.p02.patch b/products/patches/planegcs-0.20.p02.patch index 66c170d..ed5ddf0 100644 --- a/products/patches/planegcs-0.20.p02.patch +++ b/products/patches/planegcs-0.20.p02.patch @@ -1,6 +1,6 @@ --- planegcs-0.20_ref/planegcs/GCS.cpp 2022-09-30 13:30:52.206867543 +0200 -+++ planegcs-0.20_dev/planegcs/GCS.cpp 2022-09-30 13:31:35.938263775 +0200 -@@ -95,7 +95,7 @@ ++++ planegcs-0.20_dev/planegcs/GCS.cpp 2022-09-30 14:03:08.348487061 +0200 +@@ -95,14 +95,14 @@ #define CASE_NOT_IMP(X) case X: { subsystemfile << "//" #X "not yet implemented" << std::endl; break; } #endif @@ -9,3 +9,11 @@ #ifdef _GCS_USE_STL_OUTPUT #include #else + #include + #endif + +-#include ++#include + #include + + namespace GCS