Skip to content

Commit

Permalink
Fix missing include in transport/SessionDelegate.h (project-chip#36753)
Browse files Browse the repository at this point in the history
* fix missing include

* use <>
  • Loading branch information
soares-sergio authored Dec 9, 2024
1 parent f65779d commit 6eb5996
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/transport/SessionDelegate.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

#include <inttypes.h>

#include <lib/core/CHIPError.h>
#include <lib/support/DLLUtil.h>

namespace chip {
Expand Down

0 comments on commit 6eb5996

Please sign in to comment.