Skip to content

Commit

Permalink
Merge pull request #6540 from mikesinouye/includes
Browse files Browse the repository at this point in the history
#include <omp.h> in solver.cpp
  • Loading branch information
maliberty authored Jan 16, 2025
2 parents 07f90d9 + fa2e4c3 commit d20db5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gpl/src/solver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@

#include "solver.h"

#include <omp.h>

namespace gpl {

ResidualError cpuSparseSolve(int maxSolverIter,
Expand Down

0 comments on commit d20db5d

Please sign in to comment.