Skip to content

Commit

Permalink
move eigen header outside of trilinos ifdef
Browse files Browse the repository at this point in the history
  • Loading branch information
cwschilly committed Jul 19, 2024
1 parent 7d30baf commit 65ee001
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/functional_small/solvers_nonlinear/qr/fixtures.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@
#include "pressio/solvers_nonlinear.hpp"
#include "qr_r9c4_gold.hpp"

#ifdef PRESSIO_ENABLE_TPL_TRILINOS
#ifdef PRESSIO_ENABLE_EPETRA
#include "Epetra_MpiComm.h"
#endif // PRESSIO_ENABLE_EPETRA

#ifdef PRESSIO_ENABLE_TPL_EIGEN
#include "Eigen/Dense"
#endif // PRESSIO_ENABLE_TPL_TRILINOS
#endif

namespace pressio{ namespace qr{ namespace test{
static constexpr int numVectors_ = 4;
Expand Down

0 comments on commit 65ee001

Please sign in to comment.