Skip to content

Commit

Permalink
Include missed <cstdint> header to oneapi/tbb/info.h (#601)
Browse files Browse the repository at this point in the history
This header is required to use `intptr_t`.
  • Loading branch information
Ivan Kochin authored Oct 4, 2021
1 parent 144f75f commit 70bf10c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/oneapi/tbb/info.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

#if __TBB_ARENA_BINDING
#include <vector>
#include <cstdint>

namespace tbb {
namespace detail {
Expand Down

0 comments on commit 70bf10c

Please sign in to comment.