Skip to content

Commit 8185761

Browse files
committed
Add missing pybind11 include
1 parent 3ad1a33 commit 8185761

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dpnp/backend/extensions/indexing/choose.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
#include <sycl/sycl.hpp>
3838

3939
#include <pybind11/pybind11.h>
40+
#include <pybind11/stl.h>
4041

4142
#include "dpnp4pybind11.hpp"
4243

0 commit comments

Comments
 (0)