1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-10 20:46:01 +01:00

Move OrSuggestions to its own header

Prevents a recursive inclusion
This commit is contained in:
regnat 2022-03-04 13:42:43 +01:00
parent b44cebd1fd
commit fd45d85b41
3 changed files with 65 additions and 59 deletions

View file

@ -3,6 +3,7 @@
#include "sync.hh"
#include "hash.hh"
#include "eval.hh"
#include "or-suggestions.hh"
#include <functional>
#include <variant>