Skip to content

Commit

Permalink
Merge branch 'update/gcc-12-in-CI'
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoupey committed Sep 28, 2023
2 parents 3f6f73c + 307abc0 commit 52dd747
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/vroom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
vroom:
strategy:
matrix:
cxx: ['g++-11', 'clang++-14']
cxx: ['g++-12', 'clang++-14']
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vroom_libosrm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
libosrm:
strategy:
matrix:
cxx: ['g++-11', 'clang++-14']
cxx: ['g++-12', 'clang++-14']
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
- Slightly reduce computing times for SWAP* operator (#987)
- Refactor `RouteSplit` operator (#996)
- Update cxxopts to 3.1.1 (#997)
- Update gcc to version 12 in CI (#1002)

### Fixed

Expand Down
2 changes: 2 additions & 0 deletions src/routing/http_wrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ All rights reserved (see LICENSE).
*/

#include <utility>

#include <asio.hpp>
#include <asio/ssl.hpp>

Expand Down

0 comments on commit 52dd747

Please sign in to comment.