From 88721d4f7f5cb5eeafc17263ab19670a5cff8edd Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Wed, 24 Jan 2024 00:21:55 +0100 Subject: [PATCH] add boost circular buffer to dependencies --- vcpkg.json | 1 + 1 file changed, 1 insertion(+) diff --git a/vcpkg.json b/vcpkg.json index 85b9cb2..3bd6b9e 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -6,6 +6,7 @@ "boost-spirit", "boost-uuid", "boost-variant", + "boost-circular-buffer", "cpp-httplib", "doctest", "fmt",