Skip to content

Commit

Permalink
Minor fix to enable debug build w magma
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Bock <nicolasbock@gmail.com>
  • Loading branch information
jeanlucf22 authored and nicolasbock committed Apr 11, 2023
1 parent e6f1880 commit f63ea19
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/C-interface/dense/bml_diagonalize_dense.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@
#include <rocblas.h>
#include <rocsolver.h>
#endif
#else
#include "../lapack.h"
#endif
#include "../lapack.h"

#include <string.h>
#include <complex.h>
Expand Down

0 comments on commit f63ea19

Please sign in to comment.