1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 23:03:53 -04:00

Fix build

This commit is contained in:
Eelco Dolstra 2024-03-04 12:49:32 +01:00
parent e6b9432542
commit cbfd211b39

View file

@ -6,6 +6,8 @@
#include "common-args.hh"
#include "search-path.hh"
#include <filesystem>
namespace nix {
class Store;