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/config/utility.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libbuild2/config/utility.hxx') diff --git a/libbuild2/config/utility.hxx b/libbuild2/config/utility.hxx index cfb7177..2a0909f 100644 --- a/libbuild2/config/utility.hxx +++ b/libbuild2/config/utility.hxx @@ -6,6 +6,7 @@ #define LIBBUILD2_CONFIG_UTILITY_HXX #include +#include #include #include @@ -16,8 +17,6 @@ namespace build2 { - class scope; - namespace config { // Set, if necessary, a required config.* variable. -- cgit v1.1