ports/textproc/lttoolbox/files/extra-patch-llvm16
Muhammad Moinur Rahman 716b4773af textproc/lttoolbox: Fix build with llvm16
- Add LICENSE_FILE
- Use upstream release archive [1]

PR:		267591 [1]
Reported by:	diizzy [1]
Sponsored by:	The FreeBSD Foundation
2023-06-24 06:37:53 +02:00

10 lines
264 B
Text

--- lttoolbox/sorted_vector.hpp.orig 2023-06-24 03:28:58 UTC
+++ lttoolbox/sorted_vector.hpp
@@ -22,6 +22,7 @@
#include <vector>
#include <algorithm>
#include <functional>
+#include <iterator>
namespace detail {
template<typename ForwardIt, typename Comp>