diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 00bc06ff5..d31599db5 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -34,7 +34,8 @@ "intelliSenseMode": "clang-x64", "includePath": [ "${pocoIncludePath}", - "/usr/local/opt/openssl@3/include" + "/usr/local/opt/openssl@3/include", + "/opt/homebrew/opt/openssl@3/include" ], "macFrameworkPath": [ "/System/Library/Frameworks"