opnsense-ports/devel/ikos/files/patch-ar_src_format_text.cpp
Franco Fichtner 9f509279e3 */*: sync with upstream
Taken from: FreeBSD
2025-01-10 15:52:40 +01:00

13 lines
443 B
C++

- workaround the potential problem in boost: /usr/local/include/boost/move/adl_move_swap.hpp:190:15: error: no member named 'swap' in namespace 'std'
--- ar/src/format/text.cpp.orig 2025-01-08 22:27:38 UTC
+++ ar/src/format/text.cpp
@@ -41,6 +41,8 @@
*
******************************************************************************/
+#include <algorithm>
+
#include <boost/container/flat_set.hpp>
#include <ikos/ar/format/text.hpp>