Skip to content

Commit

Permalink
Update headers to compile in isolation (project-chip#21861)
Browse files Browse the repository at this point in the history
* Include headers defining int types,
* Forward declare OperationalSessionSetupPoolDelegate since there's a
  dependency loop with OperationalSessionSetup.h and OperationalSessionSetupPool.h
  • Loading branch information
dnicoara authored Aug 16, 2022
1 parent 0b7433d commit 79f7809
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/CASESessionManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@

namespace chip {

class OperationalSessionSetupPoolDelegate;

struct CASESessionManagerConfig
{
DeviceProxyInitParams sessionInitParams;
Expand Down
3 changes: 3 additions & 0 deletions src/app/ObjectList.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@

#pragma once

#include <inttypes.h>
#include <stddef.h>

namespace chip {
namespace app {

Expand Down

0 comments on commit 79f7809

Please sign in to comment.