Skip to content

Commit

Permalink
Add #include <typeinfo>
Browse files Browse the repository at this point in the history
  • Loading branch information
Guglielmo Gagliardi committed May 14, 2024
1 parent 7e4a43f commit 0c22ea3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/unit/c_api/eigensolver/test_eigensolver_c_api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

#include <complex>
#include <tuple>
#include <typeinfo>
#include <utility>
#include <vector>

Expand Down
1 change: 1 addition & 0 deletions test/unit/c_api/eigensolver/test_gen_eigensolver_c_api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

#include <functional>
#include <tuple>
#include <typeinfo>
#include <utility>
#include <vector>

Expand Down
1 change: 1 addition & 0 deletions test/unit/c_api/factorization/test_cholesky_c_api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

#include <complex>
#include <tuple>
#include <typeinfo>
#include <utility>
#include <vector>

Expand Down

0 comments on commit 0c22ea3

Please sign in to comment.