Skip to content

Commit d65c4bd

Browse files
committed
Include memory
1 parent 1d5fbae commit d65c4bd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

bindings/dd/register_matrix_dds.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#include <cmath>
1717
#include <complex>
1818
#include <cstddef>
19+
#include <memory>
1920
#include <nanobind/nanobind.h>
2021
#include <nanobind/ndarray.h>
2122
#include <nanobind/stl/complex.h> // NOLINT(misc-include-cleaner)

bindings/dd/register_vector_dds.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#include <cmath>
1717
#include <complex>
1818
#include <cstddef>
19+
#include <memory>
1920
#include <nanobind/nanobind.h>
2021
#include <nanobind/ndarray.h>
2122
#include <nanobind/stl/complex.h> // NOLINT(misc-include-cleaner)

0 commit comments

Comments
 (0)