From d849b978e26e056e29ec166f45883a39e248a776 Mon Sep 17 00:00:00 2001 From: pajlada Date: Mon, 29 Aug 2022 19:16:08 +0200 Subject: [PATCH] Add missing boost-circular-buffer dependency to vcpkg (#3941) --- vcpkg.json | 1 + 1 file changed, 1 insertion(+) diff --git a/vcpkg.json b/vcpkg.json index 31da7aa2..c515ff19 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -10,6 +10,7 @@ "boost-interprocess", "boost-random", "boost-variant", + "boost-circular-buffer", "gtest", "openssl", "qt5-multimedia",