From 48a6617bf64cb26ad709a9e50f2db8ee264dd0f1 Mon Sep 17 00:00:00 2001 From: Luca Heltai Date: Tue, 5 Sep 2017 16:45:07 +0200 Subject: [PATCH] Fixed gls and lapack tests on mac. --- tests/quick_tests/gsl.cc | 2 ++ tests/quick_tests/lapack.cc | 2 ++ 2 files changed, 4 insertions(+) diff --git a/tests/quick_tests/gsl.cc b/tests/quick_tests/gsl.cc index 7335bf95c1..348b3e4556 100644 --- a/tests/quick_tests/gsl.cc +++ b/tests/quick_tests/gsl.cc @@ -18,6 +18,8 @@ // take example from https://www.gnu.org/software/gsl/manual/html_node/Interpolation-Example-programs.html #include +#include +#include #include #include diff --git a/tests/quick_tests/lapack.cc b/tests/quick_tests/lapack.cc index a3307246ca..179184da31 100644 --- a/tests/quick_tests/lapack.cc +++ b/tests/quick_tests/lapack.cc @@ -20,9 +20,11 @@ #include #include #include +#include #include #include +#include /* * Eigenvalues and -vectors of this system are -- 2.39.5