Skip to content

Fix compilation of varianttest when compiling with libc++

Steffen Müthing requested to merge bugfix/fix-varianttest-with-libc++ into master

When using clang with libc++, the vector header does not get pulled in implicitly by some part of the standard library, causing compilation of varianttest to fail.

Merge request reports