diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-10-29 14:17:30 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-10-29 14:17:30 +0200 |
commit | e5d4c47040e526f0302a53c75ccf1f8c3f5981a1 (patch) | |
tree | 04fbc5c0838952a002c42c83599f74cc5a0ee9cd /libbuild2/cc/utility.hxx | |
parent | beedc17766c58799eae1919cb471f686b8286363 (diff) |
Add forward declaration header for build state types
Diffstat (limited to 'libbuild2/cc/utility.hxx')
-rw-r--r-- | libbuild2/cc/utility.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libbuild2/cc/utility.hxx b/libbuild2/cc/utility.hxx index 3ee07bd..2dd06a8 100644 --- a/libbuild2/cc/utility.hxx +++ b/libbuild2/cc/utility.hxx @@ -6,6 +6,7 @@ #define LIBBUILD2_CC_UTILITY_HXX #include <libbuild2/types.hxx> +#include <libbuild2/forward.hxx> #include <libbuild2/utility.hxx> #include <libbuild2/target.hxx> @@ -15,8 +16,6 @@ namespace build2 { - struct variable; - namespace cc { // To form the complete path do: |