mirror of
https://git.freebsd.org/ports.git
synced 2025-05-15 16:51:52 -04:00
10 lines
265 B
C++
10 lines
265 B
C++
--- 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"
|