[med-svn] [Git][med-team/odil][master] Fix FTBFS with g++-13
Julien Lamy (@lamy-guest)
gitlab at salsa.debian.org
Tue Jun 27 14:48:15 BST 2023
Julien Lamy pushed to branch master at Debian Med / odil
Commits:
fbe73428 by Julien Lamy at 2023-06-27T15:47:34+02:00
Fix FTBFS with g++-13
- - - - -
2 changed files:
- + debian/patches/fix-g++-13.patch
- debian/patches/series
Changes:
=====================================
debian/patches/fix-g++-13.patch
=====================================
@@ -0,0 +1,12 @@
+Description: Include missing header
+Author: Julien Lamy <lamy at unistra.fr>
+--- a/src/odil/Tag.h
++++ b/src/odil/Tag.h
+@@ -9,6 +9,7 @@
+ #ifndef _5faf4691_e936_476e_8ad3_40f36a167a74
+ #define _5faf4691_e936_476e_8ad3_40f36a167a74
+
++#include <cstdint>
+ #include <cstddef>
+ #include <ostream>
+ #include <string>
=====================================
debian/patches/series
=====================================
@@ -2,3 +2,4 @@ remove-soname-in-wrappers.patch
remove_boost_exception.patch
fix-interpreter-path.patch
remove-network-unit-tests.patch
+fix-g++-13.patch
View it on GitLab: https://salsa.debian.org/med-team/odil/-/commit/fbe73428fb90c902e07e42e285fdcd8c80e7443a
--
View it on GitLab: https://salsa.debian.org/med-team/odil/-/commit/fbe73428fb90c902e07e42e285fdcd8c80e7443a
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/20230627/8061eeb3/attachment.htm>
More information about the debian-med-commit
mailing list