From 112d61819075f3e5a7def72deb2b5055fd6ad91f Mon Sep 17 00:00:00 2001 From: Jasem Mutlaq Date: Sat, 10 May 2025 10:05:24 +0300 Subject: [PATCH] Fix build with GCC-15 * asturm 2025-05-18: Split from unrelated changes. --- kstars/auxiliary/gslhelpers.h | 1 + 1 file changed, 1 insertion(+) diff --git a/kstars/auxiliary/gslhelpers.h b/kstars/auxiliary/gslhelpers.h index ebd29480fc..8ef9e2bc76 100644 --- a/kstars/auxiliary/gslhelpers.h +++ b/kstars/auxiliary/gslhelpers.h @@ -7,6 +7,7 @@ #pragma once #include +#include #include #include #include -- GitLab