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

Missing include when compiling with MSVC 2022 #130

Merged
merged 1 commit into from
Aug 1, 2023

Conversation

enricodetoma
Copy link
Contributor

I made a small fix for a missing include when compiling with MSVC 2022 (at line 56 there is assert(innerOsqpPosition == numberOfNonZeroCoeff); which requires <cassert> header).

@S-Dafarra S-Dafarra requested a review from GiulioRomualdi March 8, 2023 11:23
@traversaro
Copy link
Member

Thanks @enricodetoma, this is indeed a usual fix on other platforms to "include what you use". fyi @GiulioRomualdi

@traversaro
Copy link
Member

This will fix #141 .

@S-Dafarra @GiulioRomualdi can we merge this?

@traversaro traversaro requested a review from S-Dafarra July 31, 2023 16:00
Copy link
Collaborator

@S-Dafarra S-Dafarra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@GiulioRomualdi GiulioRomualdi merged commit 0fad482 into robotology:master Aug 1, 2023
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

Successfully merging this pull request may close these issues.

4 participants