Skip to content

Commit

Permalink
Included CheckInDelegate in BUILD.gn
Browse files Browse the repository at this point in the history
  • Loading branch information
thivya-amazon committed Dec 5, 2023
1 parent c691956 commit 0e2c401
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/app/icd/client/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ source_set("handler") {
sources = [
"CheckInHandler.cpp",
"CheckInHandler.h",
"CheckInDelegate.h",
]
public_deps = [
":manager",
Expand Down
1 change: 1 addition & 0 deletions src/app/icd/client/CheckInHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
*/

#include "CheckInHandler.h"
#include "CheckInDelegate.h"

#include <cinttypes>

Expand Down

0 comments on commit 0e2c401

Please sign in to comment.