mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-13 04:09:10 +08:00
Fix compilation for CXX11/Tensor module if unsupported is not in include path
This commit is contained in:
parent
0f1e321dd4
commit
45515779d3
@ -10,7 +10,7 @@
|
|||||||
#ifndef EIGEN_CXX11_TENSOR_MODULE
|
#ifndef EIGEN_CXX11_TENSOR_MODULE
|
||||||
#define EIGEN_CXX11_TENSOR_MODULE
|
#define EIGEN_CXX11_TENSOR_MODULE
|
||||||
|
|
||||||
#include <Eigen/CXX11/Core>
|
#include <unsupported/Eigen/CXX11/Core>
|
||||||
|
|
||||||
#include <Eigen/src/Core/util/DisableStupidWarnings.h>
|
#include <Eigen/src/Core/util/DisableStupidWarnings.h>
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
#ifndef EIGEN_CXX11_TENSORSYMMETRY_MODULE
|
#ifndef EIGEN_CXX11_TENSORSYMMETRY_MODULE
|
||||||
#define EIGEN_CXX11_TENSORSYMMETRY_MODULE
|
#define EIGEN_CXX11_TENSORSYMMETRY_MODULE
|
||||||
|
|
||||||
#include <Eigen/CXX11/Tensor>
|
#include <unsupported/Eigen/CXX11/Tensor>
|
||||||
|
|
||||||
#include <Eigen/src/Core/util/DisableStupidWarnings.h>
|
#include <Eigen/src/Core/util/DisableStupidWarnings.h>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user