Skip to content

Commit 55e93a3

Browse files
authored
[SYCLomatic] Fix the include directive for image.hpp (#2395)
Signed-off-by: Jiang, Zhiwei <[email protected]>
1 parent 90056b8 commit 55e93a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/runtime/dpct-rt/include/dpct/kernel.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
#error "SYCLomatic runtime requires C++ filesystem support"
2727
#endif
2828

29+
#include "image.hpp"
2930
#include <fstream>
30-
#include <image.hpp>
3131
#include <random>
3232

3333
namespace dpct {

0 commit comments

Comments
 (0)