Skip to content

Commit

Permalink
Fix dynamic bridge compilation (#24499)
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 authored and pull[bot] committed Feb 28, 2024
1 parent 9233e25 commit 1024784
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions examples/dynamic-bridge-app/linux/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ executable("dynamic-chip-bridge-app") {
}

output_dir = root_out_dir

configs += ["${chip_root}/src:includes"]
}

group("linux") {
Expand Down
2 changes: 1 addition & 1 deletion examples/dynamic-bridge-app/linux/include/ActionCluster.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

#pragma once

#include <app-common/app-common/zap-generated/cluster-enums.h>
#include <app-common/zap-generated/cluster-enums.h>
#include <lib/support/Span.h>

#include <stdbool.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/dynamic-bridge-app/linux/include/Device.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

#pragma once

#include <app-common/app-common/zap-generated/cluster-enums.h>
#include <app-common/zap-generated/cluster-enums.h>
#include <lib/support/Span.h>

#include <stdbool.h>
Expand Down

0 comments on commit 1024784

Please sign in to comment.