diff options
| author | jacqueline <me@jacqueline.id.au> | 2024-02-12 17:10:03 +1100 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2024-02-12 17:10:03 +1100 |
| commit | 36f4c77fb22fd8ba433696a6fbd005d504e86186 (patch) | |
| tree | b3242f8edcd395f2b498fad40e43e1f36a9a2b00 /src/tasks | |
| parent | 03c0968168090b1093bda7e05874c201ae58b57b (diff) | |
| parent | 527374c72e1ec52e1d5814dbee3587ae100631dd (diff) | |
| download | tangara-fw-36f4c77fb22fd8ba433696a6fbd005d504e86186.tar.gz | |
Merge branch 'main' of codeberg.org:cool-tech-zone/tangara-fw
Diffstat (limited to 'src/tasks')
| -rw-r--r-- | src/tasks/tasks.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tasks/tasks.hpp b/src/tasks/tasks.hpp index 1623a8d8..47f26837 100644 --- a/src/tasks/tasks.hpp +++ b/src/tasks/tasks.hpp @@ -10,6 +10,7 @@ #include <functional> #include <future> #include <memory> +#include <memory_resource> #include <string> #include "esp_heap_caps.h" |
