Skip to content
Commit 35e1d81c authored by Philip Chimento's avatar Philip Chimento
Browse files

function: Add missing include

This one is tricky, and not caught by IWYU, because constructing
JS::RootedValueVector requires computing sizeof(JS::Value). It was also
not caught in CI because the build error doesn't occur when using
precompiled headers, and all of the CI build jobs currently do.

Work around it by writing out the template parameter explicitly, instead
of relying on the typedef.

Closes: #503
parent d11a2a8b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment