From ce8fd896613ebd30db838e66e314a988678af760 Mon Sep 17 00:00:00 2001 From: Mark Gates Date: Tue, 5 Nov 2024 20:25:45 -0500 Subject: [PATCH] TMP restore headers --- test/lapacke_wrappers.hh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/lapacke_wrappers.hh b/test/lapacke_wrappers.hh index b26ca3e1..034531a1 100644 --- a/test/lapacke_wrappers.hh +++ b/test/lapacke_wrappers.hh @@ -6,6 +6,9 @@ #ifndef ICL_LAPACKE_WRAPPERS_HH #define ICL_LAPACKE_WRAPPERS_HH +#include "lapack/util.hh" +#include "lapack/config.h" // may be newer than what's in lapacke.h + #include #include @@ -21,6 +24,9 @@ #include #endif +// *after* lapacke.h, which may define LAPACK_GLOBAL macro +#include "lapack/mangling.h" + // This is in alphabetical order. // -----------------------------------------------------------------------------