1
1
Fork 0
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:
Bernardo Meurer Costa 2025-10-11 20:16:40 +00:00
parent 8aa1564070
commit 18bf16ee76
No known key found for this signature in database

View file

@ -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>