[med-svn] [Git][med-team/connectome-workbench][master] Add missing include to build with gcc15 Closes: #1096460
Andreas Tille (@tille)
gitlab at salsa.debian.org
Sun Apr 12 21:28:41 BST 2026
Andreas Tille pushed to branch master at Debian Med / connectome-workbench
Commits:
98a4d360 by Andreas Tille at 2026-04-12T07:59:47+02:00
Add missing include to build with gcc15 Closes: #1096460
- - - - -
3 changed files:
- debian/changelog
- + debian/patches/0003-gcc15.patch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -7,6 +7,8 @@ connectome-workbench (2.1.0-2) UNRELEASED; urgency=medium
* Secure URI in Homepage
* Fix build with CMake4
Closes: #1112806
+ * Add missing include to build with gcc15
+ Closes: #1096460
-- Andreas Tille <tille at debian.org> Sat, 11 Apr 2026 08:00:21 +0200
=====================================
debian/patches/0003-gcc15.patch
=====================================
@@ -0,0 +1,15 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: 2026-04-12
+Bug-Debian: https://bugs.debian.org/1096460
+Description: Add missing include to build with gcc15
+
+--- a/src/Common/CaretRgb.h
++++ b/src/Common/CaretRgb.h
+@@ -24,6 +24,7 @@
+
+ #include <array>
+ #include <memory>
++#include <cstdint>
+
+ namespace caret {
+
=====================================
debian/patches/series
=====================================
@@ -1,3 +1,4 @@
up_include_cpuinfo
0001-attempted-general-fix-for-qEnvironment-include.patch
0002-cmake4.patch
+0003-gcc15.patch
View it on GitLab: https://salsa.debian.org/med-team/connectome-workbench/-/commit/98a4d3604b280c7158c4ef009eb0f27d0901ceef
--
View it on GitLab: https://salsa.debian.org/med-team/connectome-workbench/-/commit/98a4d3604b280c7158c4ef009eb0f27d0901ceef
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20260412/4f0d7b23/attachment-0001.htm>
More information about the debian-med-commit
mailing list