From fe33c301ef01f37d45d8140cb101cb7fb24a2a7b Mon Sep 17 00:00:00 2001 From: Pierre Blanchard <pierre.blanchard@inria.fr> Date: Mon, 25 Jan 2016 00:18:21 +0100 Subject: [PATCH] Fix testLapackQR. --- Tests/Utils/testLapackQR.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Tests/Utils/testLapackQR.cpp b/Tests/Utils/testLapackQR.cpp index aecdce6c1..f41265e6b 100644 --- a/Tests/Utils/testLapackQR.cpp +++ b/Tests/Utils/testLapackQR.cpp @@ -20,6 +20,7 @@ #include <iostream> #include <stdlib.h> +#include <stdexcept> #include "Utils/FGlobal.hpp" #include "Utils/FBlas.hpp" -- GitLab