From 8c257da85cde2df8f459f0c7610445971fffb2a8 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 8 Mar 2022 21:12:57 +0300 Subject: Add JSON format support for --structured-result option and info meta operation --- libbuild2/common-options.hxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libbuild2/common-options.hxx') 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 + +#include + namespace build2 { } -- cgit v1.1