Skip to content

Commit

Permalink
Use relative path for Eigen.Core include.
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 0a3d0cb commit 1065d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Eigen/include/Eigen/src/Cholesky/LDLT.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#ifndef EIGEN_LDLT_H
#define EIGEN_LDLT_H

#include "Eigen/Core.h"
#include "../../Core"

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

0 comments on commit 1065d74

Please sign in to comment.