Skip to content

Commit

Permalink
Add missing include statement
Browse files Browse the repository at this point in the history
Fixes omission in 0254bbf

Signed-off-by: Nicolas Bock <nicolasbock@gmail.com>
  • Loading branch information
nicolasbock committed Aug 12, 2022
1 parent dc8a336 commit 3cc4a33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/C-interface/dense/bml_diagonalize_dense.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include "bml_diagonalize_dense.h"
#include "bml_types_dense.h"
#include "../bml_utilities.h"

#include <float.h>

#ifdef BML_USE_MAGMA
Expand All @@ -24,6 +25,7 @@
#endif

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

/** \page diagonalize
*
Expand Down

0 comments on commit 3cc4a33

Please sign in to comment.