diff --git a/src/vcpkg.json b/src/vcpkg.json index 1b1f2333533..d1c2e25499f 100644 --- a/src/vcpkg.json +++ b/src/vcpkg.json @@ -4,7 +4,11 @@ "description": "XRT Windows build dependencies (vcpkg manifest)", "dependencies": [ "boost-filesystem", + "boost-format", + "boost-interprocess", "boost-program-options", + "boost-property-tree", + "boost-regex", "gtest", "opencl" ]