From 3c84d85f7d218fa27e9343c5cd1a55e519218980 Mon Sep 17 00:00:00 2001 From: Sjors Provoost Date: Wed, 13 Feb 2019 18:17:32 +0100 Subject: [build] msvc: add boost::process * AppVeyor boost-process vcpkg package. * Tell Boost linter to ignore it * Add HAVE_BOOST_PROCESS for MSVC build (bitcoin_config.h) --- test/lint/lint-includes.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/lint/lint-includes.sh b/test/lint/lint-includes.sh index 611bd4a8c4..fde77aea2d 100755 --- a/test/lint/lint-includes.sh +++ b/test/lint/lint-includes.sh @@ -63,6 +63,7 @@ EXPECTED_BOOST_INCLUDES=( boost/optional.hpp boost/preprocessor/cat.hpp boost/preprocessor/stringize.hpp + boost/process.hpp boost/signals2/connection.hpp boost/signals2/optional_last_value.hpp boost/signals2/signal.hpp -- cgit v1.2.3