Skip to content

Commit 9d75ffa

Browse files
[SYCL] Fix build after #20029 (#20057)
Pre-commit CI didn't catch because several parallel PRs were needed to expose it.
1 parent 40cb422 commit 9d75ffa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sycl/include/sycl/info/info_desc.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222

2323
#include <sycl/range.hpp>
2424

25+
#include <vector>
26+
2527
// This is used in trait .def files when there isn't a corresponding backend
2628
// query but we still need a value to instantiate the template.
2729
#define __SYCL_TRAIT_HANDLED_IN_RT 0

0 commit comments

Comments
 (0)