From 356ba9cc41ff162a5e9a9036f5cc0046226f668f Mon Sep 17 00:00:00 2001 From: nikitalita <69168929+nikitalita@users.noreply.github.com> Date: Tue, 9 Apr 2024 11:00:54 -0700 Subject: [PATCH] fix: add boost-stl-interfaces for BSTObjectArena --- CommonLibSF/vcpkg.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CommonLibSF/vcpkg.json b/CommonLibSF/vcpkg.json index 73e4df00..b08f7acb 100644 --- a/CommonLibSF/vcpkg.json +++ b/CommonLibSF/vcpkg.json @@ -17,6 +17,7 @@ "host": true }, "spdlog", - "xbyak" + "xbyak", + "boost-stl-interfaces" ] } \ No newline at end of file