Skip to content

Commit

Permalink
Add missing cstdint include (#26731)
Browse files Browse the repository at this point in the history
  • Loading branch information
gharveymn authored and pull[bot] committed Feb 9, 2024
1 parent 22c7b87 commit 2646273
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/setup_payload/AdditionalDataPayload.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@

#pragma once

#include <cstdint>
#include <string>

namespace chip {
Expand Down

0 comments on commit 2646273

Please sign in to comment.