sync with left over changes

This commit is contained in:
Hartmut Seichter 2023-10-10 15:43:37 +02:00
parent f0316c3205
commit 40e4b160df
2 changed files with 1 additions and 2 deletions

View file

@ -37,6 +37,7 @@
#include <type_traits>
#include <numeric>
#include <algorithm>

View file

@ -25,8 +25,6 @@
#include <paradiso/globals.hpp>
#include <algorithm>
namespace paradiso {
template <typename Scalar, typename Derived> struct MatrixBase {