Skip to content

Commit

Permalink
Update headers to compile in isolation
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 committed Aug 12, 2022
1 parent 28a21a1 commit 69b22f4
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 @@ -31,6 +31,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 69b22f4

Please sign in to comment.