Skip to content

Commit 64f66ad

Browse files
author
peng.li24
committed
fix: add missing #include <memory> for std::make_unique in blas_bridge.h
1 parent 4593089 commit 64f66ad

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

numpycpp/detail/blas_bridge.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ Use #include "numpycpp/numpy.h" instead."
4040
#include <cstdint>
4141
#include <cstring>
4242
#include <cmath>
43+
#include <memory>
4344
#include <dlfcn.h>
4445
#include <fstream>
4546
#include <string>

0 commit comments

Comments
 (0)