Skip to content

Commit

Permalink
Add missing include of DecodableList in AttributeCache (#16333)
Browse files Browse the repository at this point in the history
For users using Decode with DecodableList, it fails to compile as the include is missing.

Test: Compile and build on local environment.
  • Loading branch information
wendythewan authored Mar 17, 2022
1 parent 4c5dd65 commit 4522ebe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/AttributeCache.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include <app/AttributePathParams.h>
#include <app/BufferedReadCallback.h>
#include <app/ReadClient.h>
#include <app/data-model/DecodableList.h>
#include <app/data-model/Decode.h>
#include <lib/support/Variant.h>
#include <list>
Expand Down

0 comments on commit 4522ebe

Please sign in to comment.