Skip to content

Commit 53cc8b5

Browse files
committed
Add missing includes
1 parent b975235 commit 53cc8b5

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

dpnp/backend/extensions/ufunc/elementwise_functions/populate.hpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@
2828

2929
#pragma once
3030

31+
#include <type_traits>
32+
#include <utility>
33+
#include <vector>
34+
35+
#include <pybind11/pybind11.h>
36+
3137
// utils extension header
3238
#include "ext/common.hpp"
3339

dpnp/backend/extensions/vm/common.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@
2828

2929
#pragma once
3030

31+
#include <cstddef>
3132
#include <type_traits>
33+
#include <utility>
34+
#include <vector>
3235

3336
#include <oneapi/mkl.hpp>
3437
#include <sycl/sycl.hpp>

0 commit comments

Comments
 (0)