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
|
||||
#define EIGEN_CXX11_TENSOR_MODULE
|
||||
|
||||
#include <Eigen/CXX11/Core>
|
||||
#include <unsupported/Eigen/CXX11/Core>
|
||||
|
||||
#include <Eigen/src/Core/util/DisableStupidWarnings.h>
|
||||
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
#ifndef 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>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user