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 Nov 13, 2023
1 parent 5ac03e8 commit 3603514
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 3603514

Please sign in to comment.