Skip to content

Problem with includes in header-only version #70

Open
@hverhelst

Description

@hverhelst

Hi!

I am trying to include optim in my project, in particular using the header-only version. When including optim.hpp in my file, the following inclusions fail (i.e. the files are not found by my project).

// structs
#include "misc/optim_structs.hpp"
// trace
#include "misc/optim_trace.hpp"

When I remove misc/ from these paths, everything works as it should. I am not sure whether this change will break the library in other places... Any clue?

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