Skip to content

Commit

Permalink
Forgot to include config-expr.hh in some places
Browse files Browse the repository at this point in the history
  • Loading branch information
Ericson2314 committed Jul 8, 2024
1 parent d885061 commit c5284a8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/libcmd/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ add_project_arguments(
'-include', 'config-util.hh',
'-include', 'config-store.hh',
# '-include', 'config-fetchers.h',
'-include', 'config-expr.hh',
'-include', 'config-main.hh',
'-include', 'config-cmd.hh',
language : 'cpp',
Expand Down
1 change: 1 addition & 0 deletions src/libexpr/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ add_project_arguments(
'-include', 'config-util.hh',
'-include', 'config-store.hh',
# '-include', 'config-fetchers.h',
'-include', 'config-expr.hh',
language : 'cpp',
)

Expand Down
2 changes: 1 addition & 1 deletion tests/unit/libexpr/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ add_project_arguments(
# It would be nice for our headers to be idempotent instead.
'-include', 'config-util.hh',
'-include', 'config-store.hh',
'-include', 'config-store.hh',
'-include', 'config-expr.hh',
'-include', 'config-util.h',
'-include', 'config-store.h',
'-include', 'config-expr.h',
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/libfetchers/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ add_project_arguments(
# It would be nice for our headers to be idempotent instead.
'-include', 'config-util.hh',
'-include', 'config-store.hh',
'-include', 'config-store.hh',
# '-include', 'config-fetchers.h',
language : 'cpp',
)

Expand Down

0 comments on commit c5284a8

Please sign in to comment.