summaryrefslogtreecommitdiff
path: root/tensor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tensor.hpp')
-rw-r--r--tensor.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tensor.hpp b/tensor.hpp
index a2170a8..9d5632e 100644
--- a/tensor.hpp
+++ b/tensor.hpp
@@ -2,9 +2,10 @@
#include <algorithm>
#include <array>
-#include <eigen3/unsupported/Eigen/CXX11/Tensor>
#include <utility>
+#include <eigen3/unsupported/Eigen/CXX11/Tensor>
+
#include "factorial.hpp"
template <class Scalar, unsigned p, std::size_t... Indices>