aboutsummaryrefslogtreecommitdiff
path: root/build2/cxx/compile
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cxx/compile')
-rw-r--r--build2/cxx/compile4
1 files changed, 3 insertions, 1 deletions
diff --git a/build2/cxx/compile b/build2/cxx/compile
index cfef0c4..5134e78 100644
--- a/build2/cxx/compile
+++ b/build2/cxx/compile
@@ -6,6 +6,8 @@
#define BUILD2_CXX_COMPILE
#include <build2/types>
+#include <build2/utility>
+
#include <build2/rule>
namespace build2
@@ -16,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;