Control: tags -1 patch
Dear Maintainer,
I really would like to prevent src:coin3 to be removed from testing :-)
Please find in attachment a patch that you can drop in the
debian/patches/ directory to fix the build with boost 1.90
Best regards,
Sébastien
Description: fixed build with boost 1.90 beta 1
From: Arvin Schnell <[email protected]>
Date: Fri, 14 Nov 2025 08:42:43 +0100
Origin: upstream, https://github.com/coin3d/coin/commit/1bba57bd0d9f41666d72857f75263068aeeeefcb.patch
--- a/testsuite/TestSuiteMisc.h
+++ b/testsuite/TestSuiteMisc.h
@@ -36,6 +36,7 @@
#include <string>
#include <ostream>
#include <boost/lexical_cast.hpp>
+#include <boost/static_assert.hpp>
#include <Inventor/SbBasic.h>
#include <Inventor/SbTypeInfo.h>