Skip to content

Fix spectre includes

The include path should not be added to the include line, that will make it be not found if the parent directory for includes is not included.

This aims to fix the windows build (where the include directory is not, as stated above, included as a part of the include paths)

Merge request reports