Skip to content

Commit 800dc87

Browse files
authored
Add missing include to resource_ref.hpp (#1677)
This has been found breaking CCCL CI when building cuDF Authors: - Michael Schellenberger Costa (https://github.com/miscco) Approvers: - Lawrence Mitchell (https://github.com/wence-) - Mark Harris (https://github.com/harrism) URL: #1677
1 parent 6729def commit 800dc87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/rmm/resource_ref.hpp

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
*/
1616
#pragma once
1717

18+
#include <rmm/detail/error.hpp>
1819
#include <rmm/detail/export.hpp>
1920

2021
#include <cuda/memory_resource>

0 commit comments

Comments
 (0)