Skip to content

Commit

Permalink
Add missing array header include (#1771)
Browse files Browse the repository at this point in the history
When stack trace is enabled we would run into compile failures since `array.h` wasn't explicitly included. We only work currently due to other headers bringing this include in.

Authors:
  - Robert Maynard (https://github.com/robertmaynard)

Approvers:
  - Bradley Dice (https://github.com/bdice)

URL: #1771
  • Loading branch information
robertmaynard authored Dec 19, 2024
1 parent 1af03eb commit 3bf6026
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/rmm/detail/stack_trace.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
#include <dlfcn.h>
#include <execinfo.h>

#include <array>
#include <cstddef>
#include <memory>
#include <vector>
Expand Down

0 comments on commit 3bf6026

Please sign in to comment.