aboutsummaryrefslogtreecommitdiff
path: root/build2/version/module.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/version/module.hxx')
-rw-r--r--build2/version/module.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/build2/version/module.hxx b/build2/version/module.hxx
index 45b1a47..4f9f66d 100644
--- a/build2/version/module.hxx
+++ b/build2/version/module.hxx
@@ -27,6 +27,8 @@ namespace build2
butl::standard_version version;
dependency_constraints dependencies;
+ const variable* in_symbol = nullptr;
+
module (butl::standard_version v, dependency_constraints d)
: version (move (v)), dependencies (move (d)) {}
};