Skip to content

Commit

Permalink
Headers that use std::thread now include <thread>
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmaynard committed Jan 5, 2022
1 parent 846d638 commit febd7f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/rmm/mr/device/arena_memory_resource.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#include <cstddef>
#include <map>
#include <shared_mutex>
#include <thread>

namespace rmm::mr {

Expand Down
3 changes: 3 additions & 0 deletions tests/mr/device/arena_mr_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@

#include <sys/stat.h>

#include <thread>
#include <vector>

namespace rmm::test {

namespace {
Expand Down

0 comments on commit febd7f0

Please sign in to comment.