mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-13 12:19:12 +08:00
Use relative paths to include Meta.h and MaxSizeVector.h in Tensor
This commit is contained in:
parent
96c42771d6
commit
9a02c977ec
@ -18,8 +18,8 @@
|
||||
#include "../../../Eigen/src/Core/util/DisableStupidWarnings.h"
|
||||
|
||||
// IWYU pragma: begin_exports
|
||||
#include "src/Core/util/Meta.h"
|
||||
#include "src/Core/util/MaxSizeVector.h"
|
||||
#include "../../../Eigen/src/Core/util/Meta.h"
|
||||
#include "../../../Eigen/src/Core/util/MaxSizeVector.h"
|
||||
// IWYU pragma: end_exports
|
||||
|
||||
/** \defgroup CXX11_Tensor_Module Tensor Module
|
||||
|
Loading…
x
Reference in New Issue
Block a user