Skip to content

Commit

Permalink
Missing include when compiling with MSVC 2022 (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
enricodetoma authored Aug 1, 2023
1 parent a25da19 commit 0fad482
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/OsqpEigen/SparseMatrixHelper.tpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* @date 2018
*/

#include <cassert>
#include <OsqpEigen/Debug.hpp>

template<typename Derived>
Expand Down

0 comments on commit 0fad482

Please sign in to comment.