bug #1596: fix inclusion of Eigen's header within unsupported modules.

This commit is contained in:
Gael Guennebaud
2018-09-17 09:54:29 +02:00
parent 72f19c827a
commit b311bfb752
24 changed files with 52 additions and 52 deletions

View File

@@ -17,8 +17,8 @@
#include "SplineFwd.h"
#include <Eigen/LU>
#include <Eigen/QR>
#include "../../../../Eigen/LU"
#include "../../../../Eigen/QR"
namespace Eigen
{

View File

@@ -10,7 +10,7 @@
#ifndef EIGEN_SPLINES_FWD_H
#define EIGEN_SPLINES_FWD_H
#include <Eigen/Core>
#include "../../../../Eigen/Core"
namespace Eigen
{