From 3689b672705bb104ea144ec8480cebac9d12e06b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20G=C3=BCndling?= Date: Tue, 10 Sep 2024 10:28:05 +0200 Subject: [PATCH] fix benchmark compilation, switch to clang-18 --- .pkg.lock | 6 +++--- exe/benchmark.cc | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.pkg.lock b/.pkg.lock index ba748d8..142a76b 100644 --- a/.pkg.lock +++ b/.pkg.lock @@ -1,4 +1,4 @@ -16761676331022936617 +961121617423244719 cista bcabd041ddf07baf1b544bbe46ef195c2b6d22bd zlib d1c943390ba4f97aa2f50bedc629b6d29027fa0e boost 60cae66449fa3c9599b2b7d3d5d44c65301ed3a3 @@ -6,8 +6,9 @@ conf f9bf4bd83bf55a2170725707e526cbacc45dcc66 expat 636c9861e8e7c119f3626d1e6c260603ab624516 fmt edb385ac526c24bc917ec4a41bb0edb28f0ca59e doctest 70e8f76437b76dd5e9c0a2eb9b907df190ab71a0 -geo 10fde5b467825c059881c93aeea00412338a9b06 googletest 34a46558609e05865c197f0260ab36daa7cbbb6e +utl 77aac494c45d2b070e65fe712abc34ac74a91d0f +geo 66b34885c7e96e29ddb78a84ae3ab43302ed94e4 libosmium 6e6d6b3081cc8bdf25dda89730e25c36eb995516 mimalloc 0087f000848de31b0090cb6f282348bd2fd3a9b8 libressl 390253a44ceef00eb620c38606588414326e9f23 @@ -22,7 +23,6 @@ miniz 1edbdece9d71dc65c6ff405572ee37cbdcef7af4 res 7d97784ba785ce8a2677ea77164040fde484fb04 pbf-sdf-fonts 91b369e4eb8a618e0a83b0c04b1b08632ea872c4 sol2 fdb0f8a60e48aa737f0a8d73edede48627f0c984 -utl 80df7a6f1e2de4d290c48e9218d48eb9792b7289 variant 5aa73631dc969087c77433a5cdef246303051f69 tiles 64f297ea0f782d04c89e82c6d478a1dd453e5f70 unordered_dense c11595a7743d20622637584bddf77243d72ae152 diff --git a/exe/benchmark.cc b/exe/benchmark.cc index 2f645bd..2c42332 100644 --- a/exe/benchmark.cc +++ b/exe/benchmark.cc @@ -13,6 +13,7 @@ #include "utl/timer.h" #include "osr/lookup.h" +#include "osr/routing/dijkstra.h" #include "osr/routing/profiles/car.h" #include "osr/routing/route.h" #include "osr/ways.h"