diff options
Diffstat (limited to 'build2/version/rule.hxx')
-rw-r--r-- | build2/version/rule.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build2/version/rule.hxx b/build2/version/rule.hxx index 8eb4830..6d841df 100644 --- a/build2/version/rule.hxx +++ b/build2/version/rule.hxx @@ -8,8 +8,9 @@ #include <libbuild2/types.hxx> #include <libbuild2/utility.hxx> +#include <libbuild2/install/rule.hxx> + #include <build2/in/rule.hxx> -#include <build2/install/rule.hxx> namespace build2 { |