diff --git a/vcpkg.json b/vcpkg.json index 22a326eb..dc17a5c6 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -3,11 +3,12 @@ "name": "openvpn3", "version-string": "3.7", "dependencies": [ + "asio", "gtest", + "jsoncpp", "lz4", "openssl", - "jsoncpp", - "asio", - "tap-windows6" + "tap-windows6", + "xxhash" ] }