bug #1455: Cholesky module depends on Jacobi for rank-updates.

(grafted from a6e7a41a553d3663cefc45a5d2b509494d8adb37
)
This commit is contained in:
Gael Guennebaud 2017-08-22 11:37:32 +02:00
parent ac2c97edff
commit b87875abf8

View File

@ -9,6 +9,7 @@
#define EIGEN_CHOLESKY_MODULE_H
#include "Core"
#include "Jacobi"
#include "src/Core/util/DisableStupidWarnings.h"