Skip to content

Commit 9f3059f

Browse files
authored
[BLAS][MKLCPU][hipSYCL] Add missing include when using hipSYCL (#191)
1 parent 53a9df2 commit 9f3059f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/oneapi/mkl/exceptions.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
#include <exception>
2525
#include <string>
2626

27+
#include "oneapi/mkl/types.hpp"
28+
2729
// These are oneAPI oneMKL Specification exceptions
2830

2931
namespace oneapi {

0 commit comments

Comments
 (0)