aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11
diff options
context:
space:
mode:
authorGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2014-10-17 09:49:03 -0700
committerGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2014-10-17 09:49:03 -0700
commit7acd38d19e2f9559825c78b4be8644f3b10496fb (patch)
tree45eb1b821cc28b5304b00f2a022da9f47caf8a6d /unsupported/Eigen/CXX11
parent65af852b54afca3c76c978c1bfd27d8a1451cab6 (diff)
Created some benchmarks for the tensor code
Diffstat (limited to 'unsupported/Eigen/CXX11')
-rw-r--r--unsupported/Eigen/CXX11/Core2
1 files changed, 2 insertions, 0 deletions
diff --git a/unsupported/Eigen/CXX11/Core b/unsupported/Eigen/CXX11/Core
index f6c3b49bb..292f09564 100644
--- a/unsupported/Eigen/CXX11/Core
+++ b/unsupported/Eigen/CXX11/Core
@@ -30,6 +30,8 @@
* \endcode
*/
+#include <vector>
+
// Emulate the cxx11 functionality that we need if the compiler doesn't support it.
#if __cplusplus <= 199711L
#include "src/Core/util/EmulateCXX11Meta.h"