Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with includes in header-only version #70

Open
hverhelst opened this issue Sep 10, 2024 · 0 comments
Open

Problem with includes in header-only version #70

hverhelst opened this issue Sep 10, 2024 · 0 comments

Comments

@hverhelst
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant