Skip to content

Commit

Permalink
Eigen: add lapacke includes to help compiler.
Browse files Browse the repository at this point in the history
Signed-off-by: furby™ <[email protected]>
  • Loading branch information
furby-tm committed Sep 13, 2024
1 parent 8b94d66 commit f8cbd6b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Sources/Eigen/include/Eigen/src/Cholesky/LLT_LAPACKE.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@
#ifndef EIGEN_LLT_LAPACKE_H
#define EIGEN_LLT_LAPACKE_H

#include "../misc/lapacke.h"
#include "../misc/lapacke_helpers.h"

#include "./LLT.h"

// IWYU pragma: private
#include "./InternalHeaderCheck.h"

Expand Down

0 comments on commit f8cbd6b

Please sign in to comment.