Skip to content

Commit fb26285

Browse files
committed
Fix #include
1 parent bbfaaf3 commit fb26285

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/nix/env.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
#include <unordered_set>
21
#include <queue>
32

3+
#include <boost/unordered/unordered_flat_set.hpp>
4+
45
#include "nix/cmd/command.hh"
56
#include "nix/expr/eval.hh"
67
#include "run.hh"

0 commit comments

Comments
 (0)