From 98df4678498e5d962ba6aaa039f72a2f64cd09ac Mon Sep 17 00:00:00 2001 From: Felix Schindler <felix.schindler@wwu.de> Date: Mon, 9 Jul 2018 16:57:15 +0200 Subject: [PATCH] [lapacke] add missing include --- dune/xt/common/lapacke.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dune/xt/common/lapacke.cc b/dune/xt/common/lapacke.cc index 739d6cd9d..4ce060d5e 100644 --- a/dune/xt/common/lapacke.cc +++ b/dune/xt/common/lapacke.cc @@ -28,6 +28,8 @@ #endif #endif // HAVE_MKL +#include <dune/common/unused.hh> + #include <dune/xt/common/exceptions.hh> #include <dune/xt/common/unused.hh> -- GitLab