Skip to content

Commit

Permalink
Remove unused header (#1960)
Browse files Browse the repository at this point in the history
Including the <execution> header can cause compilation issues under certain conditions when an implicit dependency on TBB is brought in. This header was unused anyway, so it has been removed.

Authors:
  - William Hicks (https://github.com/wphicks)

Approvers:
  - Ben Frederickson (https://github.com/benfred)

URL: #1960
  • Loading branch information
wphicks authored Nov 4, 2023
1 parent 64efd1e commit aa3e229
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cpp/include/raft/core/detail/copy.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

#pragma once
#include <cstdio>
#include <execution>
#include <raft/core/cuda_support.hpp>
#include <raft/core/device_mdspan.hpp>
#include <raft/core/error.hpp>
Expand Down

0 comments on commit aa3e229

Please sign in to comment.