Skip to content

Commit 91547cc

Browse files
Add missing include
1 parent 5af94c8 commit 91547cc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

dpctl_ext/tensor/libtensor/source/accumulators/cumulative_prod.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
#include "dpnp4pybind11.hpp"
4444
#include <pybind11/numpy.h>
4545
#include <pybind11/pybind11.h>
46+
#include <pybind11/stl.h>
4647

4748
#include "accumulate_over_axis.hpp"
4849
#include "kernels/accumulators.hpp"

dpctl_ext/tensor/libtensor/source/accumulators/cumulative_sum.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
#include "dpnp4pybind11.hpp"
4444
#include <pybind11/numpy.h>
4545
#include <pybind11/pybind11.h>
46+
#include <pybind11/stl.h>
4647

4748
#include "accumulate_over_axis.hpp"
4849
#include "kernels/accumulators.hpp"

0 commit comments

Comments
 (0)