Skip to content

Don't use absolute path in #include directive #6

@vp1981

Description

@vp1981

The Eigen library is included by it's full (absolute) path

#include </usr/include/eigen3/Eigen/Dense>

this is uncommon and very system-dependent. Try simple

#include <Eigen/Dense>

and if that doesn't work update Makefile or your build tool to pass path to the "include" directory like

g++ ... -I /usr/include/eigen3

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions