mirror of
https://github.com/NixOS/nix.git
synced 2025-11-12 05:26:02 +01:00
refactor(libstore/find-cycles): add explicit include for caseHackSuffix
Added explicit `#include "nix/util/archive.hh"` since we use the caseHackSuffix constant from it.
This commit is contained in:
parent
8aa1564070
commit
18bf16ee76
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
#include "nix/store/store-api.hh"
|
||||
#include "nix/util/file-system.hh"
|
||||
#include "nix/util/archive.hh" // For caseHackSuffix
|
||||
|
||||
#include <filesystem>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue