From e5d4c47040e526f0302a53c75ccf1f8c3f5981a1 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 29 Oct 2019 14:17:30 +0200 Subject: Add forward declaration header for build state types --- libbuild2/rule-map.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libbuild2/rule-map.hxx') diff --git a/libbuild2/rule-map.hxx b/libbuild2/rule-map.hxx index 26f80a8..7994583 100644 --- a/libbuild2/rule-map.hxx +++ b/libbuild2/rule-map.hxx @@ -10,14 +10,13 @@ #include #include +#include #include #include namespace build2 { - class rule; - using hint_rule_map = butl::prefix_map, '.'>; -- cgit v1.1