Skip to content

Commit

Permalink
guess we do need that
Browse files Browse the repository at this point in the history
  • Loading branch information
cecille committed Jan 12, 2024
1 parent 388e424 commit a6a3362
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
#include <zap-generated/gen_config.h>

#ifdef ZCL_USING_TIME_SYNCHRONIZATION_CLUSTER_SERVER
#include "app/clusters/time-synchronization-server/time-synchronization-server.h"
// Need the `nogncheck` because it's inter-cluster dependency and this
// breaks GN deps checks since that doesn't know how to deal with #ifdef'd includes :(.
#include "app/clusters/time-synchronization-server/time-synchronization-server.h" // nogncheck
#endif // ZCL_USING_TIME_SYNCHRONIZATION_CLUSTER_SERVER

#include "app/server/Server.h"
Expand Down

0 comments on commit a6a3362

Please sign in to comment.