From e3f3f3586411136e5b7f61cc1726bbc0635deddd Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 28 Nov 2020 14:54:25 +0100 Subject: Make PatchageEvent a variant --- wscript | 1 + 1 file changed, 1 insertion(+) (limited to 'wscript') diff --git a/wscript b/wscript index b0a0734..7bf05e3 100644 --- a/wscript +++ b/wscript @@ -187,6 +187,7 @@ def configure(conf): # Boost headers conf.check_cxx(header_name='boost/optional.hpp') + conf.check_cxx(header_name='boost/variant.hpp') # Check for system provided fmt conf.check_pkg('fmt', -- cgit v1.2.1