aboutsummaryrefslogtreecommitdiff
path: root/build2/cli/rule
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cli/rule')
-rw-r--r--build2/cli/rule5
1 files changed, 4 insertions, 1 deletions
diff --git a/build2/cli/rule b/build2/cli/rule
index 0b76263..4f8ebc2 100644
--- a/build2/cli/rule
+++ b/build2/cli/rule
@@ -5,6 +5,9 @@
#ifndef BUILD2_CLI_RULE
#define BUILD2_CLI_RULE
+#include <build2/types>
+#include <build2/utility>
+
#include <build2/rule>
namespace build2
@@ -15,7 +18,7 @@ namespace build2
{
public:
virtual match_result
- match (action, target&, const std::string& hint) const;
+ match (action, target&, const string& hint) const;
virtual recipe
apply (action, target&, const match_result&) const;