Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9a4bb9a

Browse files
committedMay 6, 2024
api/DMAPool: Add missing header for unique ptr.
Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
1 parent 6ebbb86 commit 9a4bb9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎api/DMAPool.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
#define __DMA_POOL_H__
2222

2323
#include <atomic>
24+
#include <memory>
2425

2526
namespace arduino {
2627

0 commit comments

Comments
 (0)
Please sign in to comment.