From 0eca1bd048bb5ef46bef03c574e14e1d2fcaa63d Mon Sep 17 00:00:00 2001 From: Mikolaj Komar Date: Wed, 9 Oct 2024 12:26:10 +0200 Subject: [PATCH] Fix onedpl inclusion order --- include/dr/mp.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/dr/mp.hpp b/include/dr/mp.hpp index f9598bbcd8..41597139fa 100644 --- a/include/dr/mp.hpp +++ b/include/dr/mp.hpp @@ -6,8 +6,8 @@ #ifdef SYCL_LANGUAGE_VERSION #include -#include #include +#include #endif #ifdef DRISHMEM