diff --git a/features/nanostack/targets/TARGET_NCS36510/NanostackRfPhyNcs36510.cpp b/features/nanostack/targets/TARGET_NCS36510/NanostackRfPhyNcs36510.cpp index 80f2666c66..061f11ba04 100644 --- a/features/nanostack/targets/TARGET_NCS36510/NanostackRfPhyNcs36510.cpp +++ b/features/nanostack/targets/TARGET_NCS36510/NanostackRfPhyNcs36510.cpp @@ -33,6 +33,10 @@ extern "C" { #define SIGNAL_COUNT_RADIO 1 +#include "Thread.h" +#include "ThisThread.h" +#include "mbed_error.h" +using namespace rtos; static void rf_thread_loop(); Thread rf_thread(osPriorityRealtime, RF_THREAD_STACK_SIZE);