Skip to content

Commit

Permalink
Fix compilation (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
alxbilger authored Mar 19, 2024
1 parent e7235db commit 1f49003
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/SofaCUDALinearSolver/CUDACholeksySparseSolver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#define SOFA_PLUGIN_CUDASPARSECHOLESKYSOLVER_CPP
#include <SofaCUDALinearSolver/CUDACholeksySparseSolver.inl>
#include <sofa/component/linearsolver/iterative/MatrixLinearSolver.inl>
#include <sofa/component/linearsystem/MatrixProjectionMethod.inl>
#include <sofa/core/ObjectFactory.h>

namespace sofa::component::linearsolver::direct
Expand Down

0 comments on commit 1f49003

Please sign in to comment.