Skip to content

Commit

Permalink
Fix include-what-you-use type errors (#22020)
Browse files Browse the repository at this point in the history
Allows files to be compiled in isolation.
  • Loading branch information
dnicoara authored Aug 19, 2022
1 parent 056f016 commit 932bf7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/support/PersistedCounter.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
#include <lib/core/CHIPEncoding.h>
#include <lib/core/CHIPPersistentStorageDelegate.h>
#include <lib/support/CHIPCounter.h>
#include <lib/support/CodeUtils.h>
#include <lib/support/DefaultStorageKeyAllocator.h>

namespace chip {
Expand Down
1 change: 1 addition & 0 deletions src/transport/SessionUpdateDelegate.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#pragma once

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

namespace chip {

Expand Down

0 comments on commit 932bf7e

Please sign in to comment.