Skip to content

Commit

Permalink
Add missing include in MPCUpdateMatricesTest.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
GiulioRomualdi committed May 14, 2020
1 parent 5c27d0e commit c08ceec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ add_osqpeigen_test(
add_osqpeigen_test(
NAME MPCUpdateMatrices
SOURCES MPCUpdateMatricesTest.cpp
LINKS OsqpEigen::OsqpEigen Eigen3::Eigen)
LINKS OsqpEigen::OsqpEigen Eigen3::Eigen
COMPILE_DEFINITIONS _USE_MATH_DEFINES)
1 change: 1 addition & 0 deletions tests/MPCUpdateMatricesTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
// eigen
#include <Eigen/Dense>

#include <cmath>
#include <iostream>
#include <fstream>

Expand Down

0 comments on commit c08ceec

Please sign in to comment.