aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/Core
diff options
context:
space:
mode:
Diffstat (limited to 'unsupported/Eigen/CXX11/Core')
-rw-r--r--unsupported/Eigen/CXX11/Core2
1 files changed, 1 insertions, 1 deletions
diff --git a/unsupported/Eigen/CXX11/Core b/unsupported/Eigen/CXX11/Core
index 292f09564..cadfaaff1 100644
--- a/unsupported/Eigen/CXX11/Core
+++ b/unsupported/Eigen/CXX11/Core
@@ -33,7 +33,7 @@
#include <vector>
// Emulate the cxx11 functionality that we need if the compiler doesn't support it.
-#if __cplusplus <= 199711L
+#if __cplusplus <= 199711L || defined(__CUDACC__)
#include "src/Core/util/EmulateCXX11Meta.h"
#else
#include <array>