From 9423ca5048d2277ace5f48ff5fc5061809415729 Mon Sep 17 00:00:00 2001 From: Charlie Vanaret Date: Sat, 16 Nov 2024 20:29:48 +0100 Subject: [PATCH] Fixed missing include in SparseVector --- uno/linear_algebra/SparseVector.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/uno/linear_algebra/SparseVector.hpp b/uno/linear_algebra/SparseVector.hpp index 87329f5f..17c5b02d 100644 --- a/uno/linear_algebra/SparseVector.hpp +++ b/uno/linear_algebra/SparseVector.hpp @@ -6,6 +6,7 @@ #include #include +#include #include "tools/Logger.hpp" #include "symbolic/Range.hpp" #include "symbolic/Collection.hpp"