Skip to content

Commit

Permalink
fix(openthread): Includes StreamString.h
Browse files Browse the repository at this point in the history
  • Loading branch information
SuGlider committed Jun 20, 2024
1 parent 5c677be commit 436a7ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/OpenThread/src/OThreadCLI_Util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#if CONFIG_OPENTHREAD_ENABLED

#include "OThreadCLI_Util.h"
#include <StreamString.h>

static const char *otRoleString[] = {
"Disabled", ///< The Thread stack is disabled.
Expand Down

0 comments on commit 436a7ff

Please sign in to comment.