Include ns_types.h before mbed_trace.h in Nanomesh

pull/11696/head
Seppo Takalo 2019-09-06 13:05:19 +03:00 committed by adbridge
parent 4b84664267
commit fb0c22fc23
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@
#define FEA_TRACE_SUPPORT #define FEA_TRACE_SUPPORT
#endif #endif
#include "ns_types.h"
#include "mbed-trace/mbed_trace.h" #include "mbed-trace/mbed_trace.h"
#endif /* NS_TRACE_H_ */ #endif /* NS_TRACE_H_ */