diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2023-07-31 09:19:19 -0400 |
---|---|---|
committer | John Ericson <John.Ericson@Obsidian.Systems> | 2023-07-31 10:14:15 -0400 |
commit | 1570e80219df92461ede2a672f8997a013364f5c (patch) | |
tree | d8acb0a91a807bb0e43c2f2b73dfd6b628f05b5f /src/libexpr/primops/fetchTree.cc | |
parent | 2d1d81114d72ace89ce08cd3bc93f4eb27a2975d (diff) |
Move evaluator settings (type and global) to separate file/header
Diffstat (limited to 'src/libexpr/primops/fetchTree.cc')
-rw-r--r-- | src/libexpr/primops/fetchTree.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libexpr/primops/fetchTree.cc b/src/libexpr/primops/fetchTree.cc index 5e668c629..f040a3510 100644 --- a/src/libexpr/primops/fetchTree.cc +++ b/src/libexpr/primops/fetchTree.cc @@ -1,5 +1,6 @@ #include "primops.hh" #include "eval-inline.hh" +#include "eval-settings.hh" #include "store-api.hh" #include "fetchers.hh" #include "filetransfer.hh" |