diff --git a/src/app/clusters/network-commissioning/network-commissioning.cpp b/src/app/clusters/network-commissioning/network-commissioning.cpp index 99e2a4cbfd136e..68dfed344e0da6 100644 --- a/src/app/clusters/network-commissioning/network-commissioning.cpp +++ b/src/app/clusters/network-commissioning/network-commissioning.cpp @@ -27,6 +27,7 @@ #include #include #include +#include #include #include #include diff --git a/src/include/platform/NetworkCommissioning.h b/src/include/platform/NetworkCommissioning.h index cc27053beb574b..90b0d515269147 100644 --- a/src/include/platform/NetworkCommissioning.h +++ b/src/include/platform/NetworkCommissioning.h @@ -295,8 +295,8 @@ class WiFiDriver : public Internal::WirelessDriver * @param clientIdentityNetworkIndex If present, the index of the existing network configuration of which the Client * Identity is to be re-used. Otherwise a new Client Identity shall be generated. * @param outStatus The application-level status code (Status::kSuccess on success). - * @param outDebugText A debug text buffer that may be populated by the driver when a Status is returned. - * The size of the span must be reduced to the length of text emitted (or 0, if none). + * @param outDebugText A debug text buffer that may be populated by the driver. The size of the span + * must be reduced to the length of text emitted (or 0, if none). * @param outClientIdentity On success, the Client Identity that was generated or copied, depending on the * presence of `clientIdentityNetworkIndex`. * @param outNextworkIndex On success, the index of the network entry that was added or updated.