diff options
Diffstat (limited to 'libbuild2/spec.hxx')
-rw-r--r-- | libbuild2/spec.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libbuild2/spec.hxx b/libbuild2/spec.hxx index b18f665..b8e65fe 100644 --- a/libbuild2/spec.hxx +++ b/libbuild2/spec.hxx @@ -6,6 +6,7 @@ #define LIBBUILD2_SPEC_HXX #include <libbuild2/types.hxx> +#include <libbuild2/forward.hxx> #include <libbuild2/utility.hxx> #include <libbuild2/variable.hxx> @@ -14,8 +15,6 @@ namespace build2 { - class scope; - struct targetspec { typedef build2::name name_type; |