From ae7ad40f7d78664b8add98fdc8b9fb8390ecc27f Mon Sep 17 00:00:00 2001 From: schillic Date: Sun, 8 Sep 2019 14:42:09 +0200 Subject: [PATCH] add missing import --- src/Utils/Utils.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Utils/Utils.jl b/src/Utils/Utils.jl index 73ee95e2..a189a826 100644 --- a/src/Utils/Utils.jl +++ b/src/Utils/Utils.jl @@ -4,7 +4,7 @@ decompositions and visualization. """ module Utils -using LazySets, MathematicalSystems, HybridSystems, Printf +using LazySets, MathematicalSystems, HybridSystems, SparseArrays, Printf # fix namespace conflicts with MathematicalSystems using LazySets: LinearMap, AffineMap, ResetMap