Threads: fix signal.hpp missing includes
This commit is contained in:
parent
696bce8bda
commit
92b18cae83
@ -8,7 +8,10 @@
|
|||||||
#ifndef THREADS_INC_THREADS_SIGNAL_HPP_
|
#ifndef THREADS_INC_THREADS_SIGNAL_HPP_
|
||||||
#define THREADS_INC_THREADS_SIGNAL_HPP_
|
#define THREADS_INC_THREADS_SIGNAL_HPP_
|
||||||
|
|
||||||
|
#include <type_traits>
|
||||||
|
|
||||||
#include <freertos_os2.h>
|
#include <freertos_os2.h>
|
||||||
|
#include <threads_primitivethread.hpp>
|
||||||
|
|
||||||
namespace Threads
|
namespace Threads
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user