Skip to content

Commit 9fdac14

Browse files
authored
Merge pull request #232 from iabdalkader/dma_pool_header
api/DMAPool: Add missing header for unique ptr.
2 parents 6ebbb86 + 9a4bb9a commit 9fdac14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/DMAPool.h

+1
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)