From 40e4b160dfd27c0fd0bda82f43f92e96caffcac3 Mon Sep 17 00:00:00 2001
From: Hartmut Seichter <hartmut@technotecture.com>
Date: Tue, 10 Oct 2023 15:43:37 +0200
Subject: [PATCH] sync with left over changes

---
 src/lib/include/paradiso/globals.hpp    | 1 +
 src/lib/include/paradiso/matrixbase.hpp | 2 --
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/lib/include/paradiso/globals.hpp b/src/lib/include/paradiso/globals.hpp
index 2927821..3c126ed 100644
--- a/src/lib/include/paradiso/globals.hpp
+++ b/src/lib/include/paradiso/globals.hpp
@@ -37,6 +37,7 @@
 #include <type_traits>
 
 #include <numeric>
+#include <algorithm>
 
 
 
diff --git a/src/lib/include/paradiso/matrixbase.hpp b/src/lib/include/paradiso/matrixbase.hpp
index 5e77268..491102b 100644
--- a/src/lib/include/paradiso/matrixbase.hpp
+++ b/src/lib/include/paradiso/matrixbase.hpp
@@ -25,8 +25,6 @@
 
 #include <paradiso/globals.hpp>
 
-#include <algorithm>
-
 namespace paradiso {
 
 template <typename Scalar, typename Derived> struct MatrixBase {