Skip to content

Commit

Permalink
Eigen: fix include in Eigen namespace.
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 b3c2e82 commit 67f996a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@
#ifndef EIGEN_COLAMD_H
#define EIGEN_COLAMD_H

namespace Eigen {

namespace internal {

namespace Colamd {
Expand Down Expand Up @@ -1860,4 +1862,6 @@ static inline IndexType clear_mark /* return the new value for tag_mark */
} // namespace Colamd

} // namespace internal

} // namespace Eigen
#endif
4 changes: 2 additions & 2 deletions Sources/Eigen/include/Eigen/src/OrderingMethods/Ordering.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
// IWYU pragma: private
#include "./InternalHeaderCheck.h"

namespace Eigen {

#include "Eigen_Colamd.h"

namespace Eigen {

namespace internal {

/** \internal
Expand Down

0 comments on commit 67f996a

Please sign in to comment.