aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported
diff options
context:
space:
mode:
authorGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2016-11-02 08:53:13 -0700
committerGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2016-11-02 08:53:13 -0700
commitb238f387b46f2451a77592b10e58785e8c808dcd (patch)
tree6a8477dd193157bda6648db143a70dfb571ebe8a /unsupported
parenta07bb428df39a15d88e098f6e11abb0f0043ef27 (diff)
parentc8db17301e29b227c69fda5d9bb49c0b1cbad03d (diff)
Pulled latest updates from trunk
Diffstat (limited to 'unsupported')
-rw-r--r--unsupported/Eigen/SpecialFunctions2
1 files changed, 2 insertions, 0 deletions
diff --git a/unsupported/Eigen/SpecialFunctions b/unsupported/Eigen/SpecialFunctions
index 7c7493c56..a2ad4925e 100644
--- a/unsupported/Eigen/SpecialFunctions
+++ b/unsupported/Eigen/SpecialFunctions
@@ -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"