From 143f1dd23a886339ac188e9996556c84eed13a12 Mon Sep 17 00:00:00 2001 From: nikitalita <69168929+nikitalita@users.noreply.github.com> Date: Fri, 10 Nov 2023 12:26:05 -0800 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 26e0f0cc..68097a4a 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