mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 12:06:01 +01:00
Fix #include
This commit is contained in:
parent
bbfaaf3a20
commit
fb26285458
1 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
#include <unordered_set>
|
|
||||||
#include <queue>
|
#include <queue>
|
||||||
|
|
||||||
|
#include <boost/unordered/unordered_flat_set.hpp>
|
||||||
|
|
||||||
#include "nix/cmd/command.hh"
|
#include "nix/cmd/command.hh"
|
||||||
#include "nix/expr/eval.hh"
|
#include "nix/expr/eval.hh"
|
||||||
#include "run.hh"
|
#include "run.hh"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue