From 0583582772bf55d44771a4e9d488c8f1c3084283 Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Mon, 6 May 2024 18:52:40 +0200 Subject: [PATCH] Remove include that breaks compilation for Boost v1.85.0 (#6856) * Remove include that breaks compilation for Boost v1.85.0 * Update CHANGELOG.md * Fix typo * Fix issues found by newer clang-tidy version * Add include to boost filesystem to satisfy Windows compiler --- CHANGELOG.md | 1 + include/util/lua_util.hpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 144f0e8fa..d462fc560 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ - CHANGED: Update actions/cache to v3. [#6420](https://github.com/Project-OSRM/osrm-backend/pull/6420) - REMOVED: Drop support of Node 12 & 14. [#6431](https://github.com/Project-OSRM/osrm-backend/pull/6431) - ADDED: Add 'load directly' mode to default Cucumber test suite. [#6663](https://github.com/Project-OSRM/osrm-backend/pull/6663) + - CHANGED: Fix compilation for Boost 1.85.0 [#6856](https://github.com/Project-OSRM/osrm-backend/pull/6856) - CHANGED: Drop support for Node 16 [#6855](https://github.com/Project-OSRM/osrm-backend/pull/6855) - REMOVED: Remove unused AppVeyor files [#6860](https://github.com/Project-OSRM/osrm-backend/pull/6860) - CHANGED: Upgrade clang-format to version 15 [#6859](https://github.com/Project-OSRM/osrm-backend/pull/6859) diff --git a/include/util/lua_util.hpp b/include/util/lua_util.hpp index 36af5a1f3..cf006dfa2 100644 --- a/include/util/lua_util.hpp +++ b/include/util/lua_util.hpp @@ -8,7 +8,7 @@ extern "C" #include } -#include +#include #include #include