Skip to content

Commit 2d26a8c

Browse files
authored
chore: add appropriate header files
Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent 33b9c76 commit 2d26a8c

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/blas/base/zaxpy/include/stdlib/blas/base

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/base/zaxpy/include/stdlib/blas/base/zaxpy.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#define CAXPY_H
2424

2525
#include "stdlib/blas/base/shared.h"
26-
#include "stdlib/complex/float32/ctor.h"
26+
#include "stdlib/complex/float64/ctor.h"
2727

2828
/*
2929
* If C++, prevent name mangling so that the compiler emits a binary file having undecorated names, thus mirroring the behavior of a C compiler.

0 commit comments

Comments
 (0)