Skip to content

Commit

Permalink
Prevent the possible build error in ConfigurationManager (#27643)
Browse files Browse the repository at this point in the history
  • Loading branch information
dh79pyun authored and pull[bot] committed Apr 12, 2024
1 parent 60948cc commit dad3c12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/platform/Tizen/ConfigurationManagerImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
#include <platform/Tizen/PosixConfig.h>
#include <platform/internal/GenericConfigurationManagerImpl.ipp>

#if CHIP_DEVICE_CONFIG_ENABLE_WIFI
#include "WiFiManager.h"
#endif

namespace chip {
namespace DeviceLayer {
Expand Down

0 comments on commit dad3c12

Please sign in to comment.