diff options
Diffstat (limited to 'build/context')
-rw-r--r-- | build/context | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/build/context b/build/context index 8cf42dc..ad9c091 100644 --- a/build/context +++ b/build/context @@ -11,7 +11,7 @@ #include <butl/filesystem> #include <build/types> -#include <build/rule> +#include <build/utility> #include <build/operation> namespace build @@ -22,6 +22,9 @@ namespace build extern dir_path work; extern dir_path home; + extern string_pool extension_pool; + extern string_pool project_name_pool; + // Current action (meta/operation). // extern const meta_operation_info* current_mif; |