From 7df6a197f8c9449bb54b868a0b544dbea6c9ca7d Mon Sep 17 00:00:00 2001 From: Nabil Ghodbane Date: Fri, 30 Sep 2022 14:03:43 +0200 Subject: [PATCH] spns #32364: PlaneGCS 0.20 --- products/patches/planegcs-0.20.p02.patch | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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 -- 2.39.2