Skip to content

Commit a99b718

Browse files
committed
Add missing includes
1 parent 410dcb5 commit a99b718

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dpnp/backend/extensions/vm/erf.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
// THE POSSIBILITY OF SUCH DAMAGE.
2424
//*****************************************************************************
2525

26+
#include <cstddef>
27+
#include <cstdint>
2628
#include <type_traits>
2729
#include <vector>
2830

0 commit comments

Comments
 (0)