Skip to content

Commit e710d01

Browse files
committed
Fix all build targets.
1 parent 21c15d4 commit e710d01

File tree

4 files changed

+6
-1
lines changed

4 files changed

+6
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
- g++-10
2121
- g++-11
2222
- g++-12
23-
- clang++-12
2423
- clang++-13
2524
- clang++-14
2625
build_type: [Debug, Release]
@@ -56,6 +55,7 @@ jobs:
5655
- clang++-9
5756
- clang++-10
5857
- clang++-11
58+
- clang++-12
5959
build_type: [Debug, Release]
6060

6161
runs-on: ubuntu-20.04

include/tao/json/cbor/internal/grammar.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
#include <string>
1313
#include <string_view>
1414
#include <utility>
15+
#include <vector>
1516

1617
#include <tao/pegtl/apply_mode.hpp>
1718
#include <tao/pegtl/parse_error.hpp>

include/tao/json/cbor/parts_parser.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66

77
#include <cstdint>
88
#include <optional>
9+
#include <string>
10+
#include <string_view>
11+
#include <vector>
912

1013
#include <tao/pegtl/parse.hpp>
1114
#include <tao/pegtl/parse_error.hpp>

include/tao/json/contrib/variant_traits.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#define TAO_JSON_CONTRIB_VARIANT_TRAITS_HPP
66

77
#include <array>
8+
#include <cstdint>
89
#include <utility>
910
#include <variant>
1011

0 commit comments

Comments
 (0)