Skip to content

Commit c22997b

Browse files
author
Alexander Batashev
committed
Fix include
1 parent 49028d5 commit c22997b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/include/CL/sycl/image.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
#pragma once
1010

11-
#include "CL/sycl/ONEAPI/accessor_property_list.hpp"
11+
#include <CL/sycl/ONEAPI/accessor_property_list.hpp>
1212
#include <CL/sycl/detail/common.hpp>
1313
#include <CL/sycl/detail/generic_type_traits.hpp>
1414
#include <CL/sycl/detail/image_impl.hpp>

0 commit comments

Comments
 (0)