Skip to content

Commit eeb5ef9

Browse files
authored
[SYCL][NFC] Don't include the whole mp11 library (#10401)
Include only what you use i.e. algorithm in our case.
1 parent 8fb041b commit eeb5ef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/include/sycl/ext/oneapi/properties/property_utils.hpp

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

99
#pragma once
1010

11+
#include <sycl/detail/boost/mp11/algorithm.hpp>
1112
#include <sycl/detail/property_helper.hpp>
1213
#include <sycl/ext/oneapi/properties/property.hpp>
13-
#include <sycl/detail/boost/mp11.hpp>
1414

1515
#include <tuple>
1616

0 commit comments

Comments
 (0)