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 bf17fcc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/dlaf/factorization/qr.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
//
#pragma once

#include <cstddef>
#include <utility>

/// @file
Expand All @@ -18,6 +19,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
3 changes: 3 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,10 @@

#pragma once

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

#include <blas.hh>

Expand Down

0 comments on commit bf17fcc

Please sign in to comment.