mirror of
https://git.freebsd.org/ports.git
synced 2025-05-21 03:23:10 -04:00
- Add LICENSE_FILE - Use upstream release archive [1] PR: 267591 [1] Reported by: diizzy [1] Sponsored by: The FreeBSD Foundation
10 lines
264 B
Text
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>
|