Skip to content

Commit

Permalink
Fix missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
aurianer committed Oct 13, 2024
1 parent d283c7f commit 0c45cf5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/dlaf/eigensolver/band_to_tridiag/mc.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#include <dlaf/common/vector.h>
#include <dlaf/communication/communicator.h>
#include <dlaf/communication/communicator_grid.h>
#include <dlaf/communication/datatypes.h>
#include <dlaf/communication/index.h>
#include <dlaf/communication/kernels.h>
#include <dlaf/eigensolver/band_to_tridiag/api.h>
Expand Down
2 changes: 2 additions & 0 deletions src/eigensolver/bt_band_to_tridiag/gpu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
// SPDX-License-Identifier: BSD-3-Clause
//

#include <complex>

#include <dlaf/eigensolver/bt_band_to_tridiag/impl.h>

namespace dlaf::eigensolver::internal {
Expand Down

0 comments on commit 0c45cf5

Please sign in to comment.