git: 8c19f6789ff9 - main - cad/PrusaSlicer: fix build with Boost-1.89 (+)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Oct 2025 13:18:39 UTC
The branch main has been updated by fluffy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8c19f6789ff9b1efd538a217493b786575064f4b
commit 8c19f6789ff9b1efd538a217493b786575064f4b
Author: Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2025-10-21 13:17:29 +0000
Commit: Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2025-10-21 13:18:25 +0000
cad/PrusaSlicer: fix build with Boost-1.89 (+)
add missed #include <boost/asio/deadline_timer.hpp>
---
cad/PrusaSlicer/files/patch-src_slic3r_Utils_Bonjour.hpp | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/cad/PrusaSlicer/files/patch-src_slic3r_Utils_Bonjour.hpp b/cad/PrusaSlicer/files/patch-src_slic3r_Utils_Bonjour.hpp
index 49901b22f613..1bee4d73e294 100644
--- a/cad/PrusaSlicer/files/patch-src_slic3r_Utils_Bonjour.hpp
+++ b/cad/PrusaSlicer/files/patch-src_slic3r_Utils_Bonjour.hpp
@@ -1,5 +1,13 @@
--- src/slic3r/Utils/Bonjour.hpp.orig 2024-12-20 11:54:34 UTC
+++ src/slic3r/Utils/Bonjour.hpp
+@@ -13,6 +13,7 @@
+ #include <functional>
+
+ #include <boost/asio.hpp>
++#include <boost/asio/deadline_timer.hpp>
+ #include <boost/asio/ip/address.hpp>
+ #include <boost/optional.hpp>
+ #include <boost/system/error_code.hpp>
@@ -155,11 +155,11 @@ class UdpSocket (public)
UdpSocket(Bonjour::ReplyFn replyfn
, const boost::asio::ip::address& multicast_address