diff --git a/CHANGELOG.md b/CHANGELOG.md index d9aca267d..cb8b8a19f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ - Features: - ADDED: direct mmapping of datafiles is now supported via the `-mmap` switch. [#5242](https://github.com/Project-OSRM/osrm-backend/pull/5242) - REMOVED: the previous `--memory_file` switch is now deprecated and will fallback to `--mmap` [#5242](https://github.com/Project-OSRM/osrm-backend/pull/5242) + - Windows: + - FIXED: Windows builds again. [#5249](https://github.com/Project-OSRM/osrm-backend/pull/5249) # 5.19.0 - Changes from 5.18.0: diff --git a/include/util/ieee754.hpp b/include/util/ieee754.hpp index 6a05c26f4..16f37e15d 100644 --- a/include/util/ieee754.hpp +++ b/include/util/ieee754.hpp @@ -29,7 +29,7 @@ THE SOFTWARE. #include #if defined(_MSC_VER) -#include "msinttypes/stdint.h" +#include "rapidjson/msinttypes/stdint.h" #include #else #include