git: da6ca1a63052 - main - www/osrm-backend: prepare for upcoming Boost-1.81
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 12 Jan 2023 16:43:43 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=da6ca1a63052adf4ee397bd775c42b794d3849ac commit da6ca1a63052adf4ee397bd775c42b794d3849ac Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2023-01-12 15:50:15 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2023-01-12 16:43:32 +0000 www/osrm-backend: prepare for upcoming Boost-1.81 With hat: office --- .../files/patch-include_extractor_suffix__table.hpp | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/www/osrm-backend/files/patch-include_extractor_suffix__table.hpp b/www/osrm-backend/files/patch-include_extractor_suffix__table.hpp new file mode 100644 index 000000000000..752051e38c2f --- /dev/null +++ b/www/osrm-backend/files/patch-include_extractor_suffix__table.hpp @@ -0,0 +1,10 @@ +--- include/extractor/suffix_table.hpp.orig 2021-09-21 21:49:41 UTC ++++ include/extractor/suffix_table.hpp +@@ -2,6 +2,7 @@ + #define OSRM_EXTRACTOR_SUFFIX_LIST_HPP_ + + #include <string> ++#include <vector> + #include <unordered_set> + + #include "util/string_view.hpp"