diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2022-03-08 21:12:57 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2022-03-11 12:57:10 +0300 |
commit | 8c257da85cde2df8f459f0c7610445971fffb2a8 (patch) | |
tree | 5ff670a42257ac6e1374da3ec0055a9ea348d871 /libbuild2/common-options.hxx | |
parent | a061301ab789d00027f29f389627792dccbe1748 (diff) |
Add JSON format support for --structured-result option and info meta operation
Diffstat (limited to 'libbuild2/common-options.hxx')
-rw-r--r-- | libbuild2/common-options.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libbuild2/common-options.hxx b/libbuild2/common-options.hxx index 13f72d2..f52fc3c 100644 --- a/libbuild2/common-options.hxx +++ b/libbuild2/common-options.hxx @@ -466,6 +466,10 @@ namespace build2 } } +#include <libbuild2/types.hxx> + +#include <libbuild2/options-types.hxx> + namespace build2 { } |