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. // -----------------------------------------------------------------------------