git: 7b9b11abe333 - main - astro/kstars: add missing #include <cassert>

From: Dima Panov <fluffy_at_FreeBSD.org>
Date: Sun, 29 Mar 2026 23:36:24 UTC
The branch main has been updated by fluffy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7b9b11abe33353a8d84b10555dec64813894af03

commit 7b9b11abe33353a8d84b10555dec64813894af03
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2026-03-29 23:28:27 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2026-03-29 23:28:27 +0000

    astro/kstars: add missing #include <cassert>
    
    Reported by:    bulk -t
    Approved by:    portmgr blanket
---
 ...lguide_MPI__IS__gaussian__process_src_gaussian__process.cpp | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/astro/kstars/files/patch-kstars_ekos_guide_internalguide_MPI__IS__gaussian__process_src_gaussian__process.cpp b/astro/kstars/files/patch-kstars_ekos_guide_internalguide_MPI__IS__gaussian__process_src_gaussian__process.cpp
new file mode 100644
index 000000000000..8e6f4cfb9a2d
--- /dev/null
+++ b/astro/kstars/files/patch-kstars_ekos_guide_internalguide_MPI__IS__gaussian__process_src_gaussian__process.cpp
@@ -0,0 +1,10 @@
+--- kstars/ekos/guide/internalguide/MPI_IS_gaussian_process/src/gaussian_process.cpp.orig	2025-12-01 12:06:11 UTC
++++ kstars/ekos/guide/internalguide/MPI_IS_gaussian_process/src/gaussian_process.cpp
+@@ -18,6 +18,7 @@
+  */
+ 
+ #include <cstdint>
++#include <cassert>
+ 
+ #include "gaussian_process.h"
+ #include "math_tools.h"