From 2e256aa342f45400d556a77950a95e4b406698c0 Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 6 Sep 2006 06:31:54 +0000 Subject: [PATCH] Like all other headers, the lapack headers should also include so they get to enjoy all our preprocessor defines. The lapack_support.h file also needed to know about exceptions. git-svn-id: https://svn.dealii.org/trunk@13838 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/lapack_full_matrix.h | 2 ++ deal.II/lac/include/lac/lapack_support.h | 5 +++++ deal.II/lac/include/lac/lapack_templates.h | 6 +++++- 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/deal.II/lac/include/lac/lapack_full_matrix.h b/deal.II/lac/include/lac/lapack_full_matrix.h index 95e9960d21..ef953b3cc2 100644 --- a/deal.II/lac/include/lac/lapack_full_matrix.h +++ b/deal.II/lac/include/lac/lapack_full_matrix.h @@ -13,6 +13,8 @@ #ifndef __deal2__lapack_full_matrix_h #define __deal2__lapack_full_matrix_h + +#include #include #include diff --git a/deal.II/lac/include/lac/lapack_support.h b/deal.II/lac/include/lac/lapack_support.h index 992c958377..bb9ad58ceb 100644 --- a/deal.II/lac/include/lac/lapack_support.h +++ b/deal.II/lac/include/lac/lapack_support.h @@ -13,6 +13,11 @@ #ifndef __deal2__lapack_support_h #define __deal2__lapack_support_h + +#include +#include + + namespace LAPACKSupport { /** diff --git a/deal.II/lac/include/lac/lapack_templates.h b/deal.II/lac/include/lac/lapack_templates.h index 4266d4eb75..394801f0e0 100644 --- a/deal.II/lac/include/lac/lapack_templates.h +++ b/deal.II/lac/include/lac/lapack_templates.h @@ -5,7 +5,7 @@ // This file was automatically generated from blas.h.in // See blastemplates in the deal.II contrib directory // -// Copyright (C) 2005 by the deal authors +// Copyright (C) 2005, 2006 by the deal authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -17,6 +17,10 @@ #ifndef __LAPACK_TEMPLATES_H #define __LAPACK_TEMPLATES_H +#include + + + extern "C" { // General Matrix -- 2.39.5