Skip to content

Commit

Permalink
fix: use correct include path
Browse files Browse the repository at this point in the history
  • Loading branch information
Planeshifter committed Jul 31, 2024
1 parent 1fde962 commit 1fce730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/blas/ext/base/sapxsum/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* limitations under the License.
*/

#include "stdlib/blas/base/sapxsum.h"
#include "stdlib/blas/ext/base/sapxsum.h"
#include "stdlib/napi/export.h"
#include "stdlib/napi/argv.h"
#include "stdlib/napi/argv_float.h"
Expand Down

0 comments on commit 1fce730

Please sign in to comment.