Threads: fix signal.hpp missing includes

This commit is contained in:
Erki 2021-11-04 03:01:20 +02:00
parent 696bce8bda
commit 92b18cae83

View File

@ -8,7 +8,10 @@
#ifndef THREADS_INC_THREADS_SIGNAL_HPP_
#define THREADS_INC_THREADS_SIGNAL_HPP_
#include <type_traits>
#include <freertos_os2.h>
#include <threads_primitivethread.hpp>
namespace Threads
{