Skip to content

Commit

Permalink
TMP restore headers
Browse files Browse the repository at this point in the history
  • Loading branch information
mgates3 committed Nov 6, 2024
1 parent c128ad9 commit ce8fd89
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/lapacke_wrappers.hh
Original file line number Diff line number Diff line change
Expand Up @@ -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 <complex>
#include <vector>

Expand All @@ -21,6 +24,9 @@
#include <lapacke.h>
#endif

// *after* lapacke.h, which may define LAPACK_GLOBAL macro
#include "lapack/mangling.h"

// This is in alphabetical order.

// -----------------------------------------------------------------------------
Expand Down

0 comments on commit ce8fd89

Please sign in to comment.