diff options
author | regnat <rg@regnat.ovh> | 2022-03-04 13:42:43 +0100 |
---|---|---|
committer | regnat <rg@regnat.ovh> | 2022-03-07 10:09:10 +0100 |
commit | fd45d85b4149a4d153d9c60f7f77244b3cf29ae3 (patch) | |
tree | da6a53b4478f6d97a9d7932131dccc47a3da54d9 /src/libexpr/eval-cache.hh | |
parent | b44cebd1fd68f89bbc2317e2b7978042309e17bb (diff) |
Move OrSuggestions to its own header
Prevents a recursive inclusion
Diffstat (limited to 'src/libexpr/eval-cache.hh')
-rw-r--r-- | src/libexpr/eval-cache.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libexpr/eval-cache.hh b/src/libexpr/eval-cache.hh index 40f1d4ffc..c0ca76bcf 100644 --- a/src/libexpr/eval-cache.hh +++ b/src/libexpr/eval-cache.hh @@ -3,6 +3,7 @@ #include "sync.hh" #include "hash.hh" #include "eval.hh" +#include "or-suggestions.hh" #include <functional> #include <variant> |