mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
bug #1596: fix inclusion of Eigen's header within unsupported modules.
This commit is contained in:
@@ -10,9 +10,9 @@
|
||||
#define EIGEN_SKYLINE_MODULE_H
|
||||
|
||||
|
||||
#include "Eigen/Core"
|
||||
#include "../../Eigen/Core"
|
||||
|
||||
#include "Eigen/src/Core/util/DisableStupidWarnings.h"
|
||||
#include "../../Eigen/src/Core/util/DisableStupidWarnings.h"
|
||||
|
||||
#include <map>
|
||||
#include <cstdlib>
|
||||
@@ -34,6 +34,6 @@
|
||||
#include "src/Skyline/SkylineInplaceLU.h"
|
||||
#include "src/Skyline/SkylineProduct.h"
|
||||
|
||||
#include "Eigen/src/Core/util/ReenableStupidWarnings.h"
|
||||
#include "../../Eigen/src/Core/util/ReenableStupidWarnings.h"
|
||||
|
||||
#endif // EIGEN_SKYLINE_MODULE_H
|
||||
|
||||
Reference in New Issue
Block a user