Skip to content

Commit

Permalink
Fix for compilation without GPU
Browse files Browse the repository at this point in the history
  • Loading branch information
pghysels committed Jun 20, 2024
1 parent 4f2d0a7 commit 0dd6012
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dense/GPUWrapper.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@

#include <memory>
#include "DenseMatrix.hpp"
#if defined(STRUMPACK_USE_GPU)
#include "sparse/fronts/FrontGPUStructs.hpp"
#endif

namespace strumpack {
namespace gpu {
Expand Down

0 comments on commit 0dd6012

Please sign in to comment.