Skip to content

Commit

Permalink
Adding missing includes parallel_backend_sycl.h (uxlfoundation#1518)
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Hoeflinger <[email protected]>
  • Loading branch information
danhoeflinger authored Apr 19, 2024
1 parent 33249b8 commit 1bd45c6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions include/oneapi/dpl/pstl/hetero/dpcpp/parallel_backend_sycl.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@
#include <cassert>
#include <algorithm>
#include <type_traits>
#include <functional>
#include <utility>
#include <cmath>
#include <limits>
#include <cstdint>

#include "../../iterator_impl.h"
#include "../../execution_impl.h"
Expand Down

0 comments on commit 1bd45c6

Please sign in to comment.