Skip to content

Commit

Permalink
add missing headers
Browse files Browse the repository at this point in the history
  • Loading branch information
albestro committed Nov 18, 2024
1 parent 6611d69 commit 6558780
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/dlaf/factorization/qr.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#include <dlaf/factorization/qr/api.h>
#include <dlaf/matrix/index.h>
#include <dlaf/matrix/tile.h>
#include <dlaf/types.h>

namespace dlaf::factorization::internal {

Expand Down
2 changes: 2 additions & 0 deletions include/dlaf/factorization/qr/t_factor_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@

#pragma once

#include <chrono>
#include <utility>
#include <vector>

#include <blas.hh>

Expand Down

0 comments on commit 6558780

Please sign in to comment.