Skip to content

Commit 245be94

Browse files
committed
Tiny progress on libstore
1 parent dc3cce0 commit 245be94

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/libstore/content-address.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#include "args.hh"
21
#include "content-address.hh"
32
#include "split.hh"
3+
#include "experimental-feature-settings.hh"
44

55
namespace nix {
66

src/libstore/derived-path.hh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#include "path.hh"
55
#include "outputs-spec.hh"
66
#include "ref.hh"
7+
#include "experimental-feature-settings.hh"
78

89
#include <variant>
910

0 commit comments

Comments
 (0)