From a76fbbf39777827200455477a9e3557b6063913f Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Tue, 6 Nov 2012 15:25:50 +0100 Subject: Fix bug #314: - remove most of the metaprogramming kung fu in MathFunctions.h (only keep functions that differs from the std) - remove the overloads for array expression that were in the std namespace --- unsupported/test/minres.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'unsupported/test/minres.cpp') diff --git a/unsupported/test/minres.cpp b/unsupported/test/minres.cpp index 46eb2f0dc..fd12da548 100644 --- a/unsupported/test/minres.cpp +++ b/unsupported/test/minres.cpp @@ -7,6 +7,7 @@ // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy of the MPL was not distributed // with this file, You can obtain one at http://mozilla.org/MPL/2.0/. +#include #include "../../test/sparse_solver.h" #include -- cgit v1.2.3