fix: Missing includes

This commit is contained in:
kinkard
2025-02-07 15:59:01 +01:00
parent 5f3a645211
commit 983780c53e
20 changed files with 8 additions and 20 deletions
+1
View File
@@ -27,6 +27,7 @@
#include "util/integer_range.hpp"
#include "util/json_util.hpp"
#include <bitset>
#include <iterator>
#include <map>
#include <vector>
-3
View File
@@ -3,16 +3,13 @@
#include <iterator>
#include <string>
#include <type_traits>
#include <climits>
#include <cstddef>
#include <boost/algorithm/string/trim.hpp>
#include <boost/archive/iterators/base64_from_binary.hpp>
#include <boost/archive/iterators/binary_from_base64.hpp>
#include <boost/archive/iterators/transform_width.hpp>
#include <boost/range/algorithm/copy.hpp>
namespace osrm
{
-1
View File
@@ -3,7 +3,6 @@
#include "util/coordinate.hpp"
#include <algorithm>
#include <string>
#include <vector>