bug #1099: add missing incude for CUDA

This commit is contained in:
Gael Guennebaud 2015-10-31 18:06:28 +01:00
parent b32948c642
commit c0352197a1

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 {