Skip to content

Commit

Permalink
Fix transitive include in cuda_device header (#843)
Browse files Browse the repository at this point in the history
Authors:
  - William Hicks (https://github.com/wphicks)

Approvers:
  - Rong Ou (https://github.com/rongou)
  - Mark Harris (https://github.com/harrism)

URL: #843
  • Loading branch information
wphicks authored Aug 16, 2021
1 parent 570de8f commit 0ab6ab1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/rmm/cuda_device.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

#include <rmm/detail/error.hpp>

#include <cuda_runtime_api.h>

namespace rmm {

/**
Expand Down

0 comments on commit 0ab6ab1

Please sign in to comment.