aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src
diff options
context:
space:
mode:
authorGravatar Alexandre Avenel <anonymous@invalid.net>2015-11-01 10:55:42 +0100
committerGravatar Alexandre Avenel <anonymous@invalid.net>2015-11-01 10:55:42 +0100
commit38832e079112c74c81338fe288c9f58273e517f8 (patch)
tree036750bf5c26f4d5bcfa0aec9fbbf1a030087bd6 /Eigen/src
parentd46e2c10a60759e2b5a4b8e711832780215d768a (diff)
parentc0352197a1fc8ceb2de5385c7f6d259eabe7a9c9 (diff)
Merge
Diffstat (limited to 'Eigen/src')
-rw-r--r--Eigen/src/Core/util/Meta.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Eigen/src/Core/util/Meta.h b/Eigen/src/Core/util/Meta.h
index ef35cefb4..a7e7555e9 100644
--- a/Eigen/src/Core/util/Meta.h
+++ b/Eigen/src/Core/util/Meta.h
@@ -1,7 +1,7 @@
// This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
-// Copyright (C) 2008-2009 Gael Guennebaud <gael.guennebaud@inria.fr>
+// Copyright (C) 2008-2015 Gael Guennebaud <gael.guennebaud@inria.fr>
// Copyright (C) 2006-2008 Benoit Jacob <jacob.benoit.1@gmail.com>
//
// This Source Code Form is subject to the terms of the Mozilla
@@ -13,6 +13,7 @@
#if defined(__CUDA_ARCH__)
#include <cfloat>
+#include <math_constants.h>
#endif
namespace Eigen {