mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-07-22 21:04:28 +08:00
Special functions require math.h: make sure it is included.
This commit is contained in:
parent
0a6ae41555
commit
c8db17301e
@ -10,6 +10,8 @@
|
||||
#ifndef EIGEN_SPECIALFUNCTIONS_MODULE
|
||||
#define EIGEN_SPECIALFUNCTIONS_MODULE
|
||||
|
||||
#include <math.h>
|
||||
|
||||
#include "../../Eigen/Core"
|
||||
|
||||
#include "../../Eigen/src/Core/util/DisableStupidWarnings.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user