Include ns_types.h before mbed_trace.h in Nanomesh

pull/11408/head
Seppo Takalo 2019-09-06 13:05:19 +03:00
parent 40841453a5
commit a7634a1e5a
1 changed files with 1 additions and 0 deletions

View File

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