From f5e16d609d6dc5db3fcb1cc120a71dffdced90f1 Mon Sep 17 00:00:00 2001 From: nekosu Date: Thu, 27 Jul 2023 01:03:02 +0800 Subject: [PATCH] fix: add boost-asio and boost-process --- vcpkg.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/vcpkg.json b/vcpkg.json index 2fd9139..7c63ec1 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -26,6 +26,8 @@ "cpr", "ms-gsl", "thrift", - "boost-core" + "boost-core", + "boost-asio", + "boost-process" ] }