This commit is contained in:
Alexandre Avenel 2015-11-01 10:55:42 +01:00
commit 38832e0791

View File

@ -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 {