From 5c6d6e71db9fc65241caeb4cf5cc289d2052dd41 Mon Sep 17 00:00:00 2001 From: Marcus Cuda Date: Sun, 2 May 2010 18:45:53 +0800 Subject: [PATCH] added missing using statment --- src/Numerics/Control.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Numerics/Control.cs b/src/Numerics/Control.cs index 4d3ee43d..977bbfb8 100644 --- a/src/Numerics/Control.cs +++ b/src/Numerics/Control.cs @@ -30,6 +30,7 @@ namespace MathNet.Numerics { using System; using Algorithms.LinearAlgebra; + using Threading; /// /// Sets parameters for the library.