Skip to content

Commit

Permalink
Fix all build targets.
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinH committed Nov 16, 2023
1 parent 21c15d4 commit e710d01
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
- g++-10
- g++-11
- g++-12
- clang++-12
- clang++-13
- clang++-14
build_type: [Debug, Release]
Expand Down Expand Up @@ -56,6 +55,7 @@ jobs:
- clang++-9
- clang++-10
- clang++-11
- clang++-12
build_type: [Debug, Release]

runs-on: ubuntu-20.04
Expand Down
1 change: 1 addition & 0 deletions include/tao/json/cbor/internal/grammar.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#include <string>
#include <string_view>
#include <utility>
#include <vector>

#include <tao/pegtl/apply_mode.hpp>
#include <tao/pegtl/parse_error.hpp>
Expand Down
3 changes: 3 additions & 0 deletions include/tao/json/cbor/parts_parser.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@

#include <cstdint>
#include <optional>
#include <string>
#include <string_view>
#include <vector>

#include <tao/pegtl/parse.hpp>
#include <tao/pegtl/parse_error.hpp>
Expand Down
1 change: 1 addition & 0 deletions include/tao/json/contrib/variant_traits.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#define TAO_JSON_CONTRIB_VARIANT_TRAITS_HPP

#include <array>
#include <cstdint>
#include <utility>
#include <variant>

Expand Down

0 comments on commit e710d01

Please sign in to comment.