From ca992f4f76d09965e4e62c805daa02b23266a224 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Thu, 29 Nov 2018 18:29:34 +0100 Subject: control: begin control interface implementation --- conanfile.py | 1 + 1 file changed, 1 insertion(+) (limited to 'conanfile.py') diff --git a/conanfile.py b/conanfile.py index a77ff14..26b6e47 100644 --- a/conanfile.py +++ b/conanfile.py @@ -25,6 +25,7 @@ class Wanda(ConanFile): requires = ( "boost_program_options/1.67.0@bincrafters/stable", "boost_iterator/1.67.0@bincrafters/stable", + "boost_asio/1.67.0@bincrafters/stable", ) def build(self): -- cgit v1.2.3