1
0
forked from fsfw/fsfw

Added missing import to taskHelper.cpp for campatibility with gcc 15.2.x

This commit is contained in:
2026-05-04 10:12:48 +02:00
parent c4d0afe5d9
commit cb6dc831d4
+1
View File
@@ -2,6 +2,7 @@
#include <map>
#include <mutex>
#include <string>
std::mutex nameMapLock;
std::map<std::thread::id, std::string> taskNameMap;