Skip to content

Commit c73f0d5

Browse files
authored
[SYCL] Add missing iterator header for std::back_inserter (#6329)
1 parent 1e809d9 commit c73f0d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sycl/tools/xpti_helpers/launch.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#pragma once
1010

1111
#include <algorithm>
12+
#include <iterator>
1213
#include <string>
1314
#include <unistd.h>
1415
#include <vector>

0 commit comments

Comments
 (0)