1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-29 10:31:15 +02:00

Forgot to include config-expr.hh in some places

This commit is contained in:
John Ericson 2024-07-07 14:29:28 -04:00
parent d8850618b6
commit c5284a84f3
4 changed files with 4 additions and 2 deletions

View file

@ -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',
)